API Response (JSON)
{
"problem": {
"name": "[语言月赛 202505] 通配回文",
"description": {
"content": "给定字符串 $S$,$S_i$ 表示第 $i$ 个字符,从 1 开始计算。例如,$S=\\texttt{abcd}$,则 $S_2=\\texttt{b}$。 字符串 $S$ 的子串是 $S$ 中下标连续的一部分。例如 $\\texttt{abc}$ 是 $\\texttt{abcd}$ 的子串,而 $\\texttt{acd}$ 不是 字符串 $t$ 是通配回文串,当且仅当 $t$ 满足下面的条件: ",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 524288
},
"difficulty": {
"LuoguStyle": "P1"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGB4331"
},
"statements": [
{
"statement_type": "Markdown",
"content": "给定字符串 $S$,$S_i$ 表示第 $i$ 个字符,从 1 开始计算。例如,$S=\\texttt{abcd}$,则 $S_2=\\texttt{b}$。\n\n字符串 $S$ 的子串是 $S$ 中下标连续的一部分。例如 $\\texttt{abc}$ 是 $\\texttt{abcd}$ 的子串,而 $\\texttt{acd}$ 不是\n\n字符串 $t$ 是通配回文串,当且仅当 $t$ 满足下面的条件:\n...",
"is_translate": false,
"language": "English"
}
]
}