API Response (JSON)
{
"problem": {
"name": "[语言月赛 202410] 断章取义",
"description": {
"content": "本题中,字符串下标从 $1$ 开始。称 $|S|$ 为字符串 $S$ 的长度(字符个数)。 字符串 $S$ 的一个**子串**是选取一对 $1\\le l\\le r\\le |S|$,然后将 $S_l,S_{l+1},\\ldots, S_r$ 拼接得到的字符串,记为 $S[l\\ldots r]$。例如,若字符串 $S$ 是 `yummy`,那么 $S[2\\ldots 4]$ 是 `umm`。 --",
"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": "LGB4048"
},
"statements": [
{
"statement_type": "Markdown",
"content": "本题中,字符串下标从 $1$ 开始。称 $|S|$ 为字符串 $S$ 的长度(字符个数)。\n\n字符串 $S$ 的一个**子串**是选取一对 $1\\le l\\le r\\le |S|$,然后将 $S_l,S_{l+1},\\ldots, S_r$ 拼接得到的字符串,记为 $S[l\\ldots r]$。例如,若字符串 $S$ 是 `yummy`,那么 $S[2\\ldots 4]$ 是 `umm`。\n\n--...",
"is_translate": false,
"language": "English"
}
]
}