API Response (JSON)
{
"problem": {
"name": "[语言月赛 202406] 通配符匹配",
"description": {
"content": "给定两个字符串 $s, t$,规定 $s(l, r)$ 表示 $s$ 的第 $l$ 个字符到第 $r$ 个字符组成的字符串($1 \\leq l \\leq r \\leq |s|$)。例如:若 $s = \\texttt{luogu}$,则 $s(2,4) = \\texttt{uog}$。 现在,请你求出所有的 $l, r$,使得 $t$ 和 $s(l, r)$ 匹配。",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 524288
},
"difficulty": {
"LuoguStyle": "P2"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGB3990"
},
"statements": [
{
"statement_type": "Markdown",
"content": "给定两个字符串 $s, t$,规定 $s(l, r)$ 表示 $s$ 的第 $l$ 个字符到第 $r$ 个字符组成的字符串($1 \\leq l \\leq r \\leq |s|$)。例如:若 $s = \\texttt{luogu}$,则 $s(2,4) = \\texttt{uog}$。\n\n现在,请你求出所有的 $l, r$,使得 $t$ 和 $s(l, r)$ 匹配。\n\n## Input\n\n第一行是...",
"is_translate": false,
"language": "English"
}
]
}