API Response (JSON)
{
"problem": {
"name": "[语言月赛 202402] 翻转和反转",
"description": {
"content": "bj12z_jiasiyuan 有一个长度为 $n$ 的 $01$ 串 $s$,第 $i$ 位表示为 $s_i$。他要操作 $q$ 次,每次操作的内容如下: - $\\textbf{1}$,将 $01$ 串 $s$ **翻转**,即将字符串中的字符顺序颠倒过来。例如 $s$ 串原来是 `10010`,翻转(颠倒)后变为 `01001`。 - $\\textbf{2}$,将 $01$ 串 $s$ ",
"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": "LGB3937"
},
"statements": [
{
"statement_type": "Markdown",
"content": "bj12z_jiasiyuan 有一个长度为 $n$ 的 $01$ 串 $s$,第 $i$ 位表示为 $s_i$。他要操作 $q$ 次,每次操作的内容如下:\n\n- $\\textbf{1}$,将 $01$ 串 $s$ **翻转**,即将字符串中的字符顺序颠倒过来。例如 $s$ 串原来是 `10010`,翻转(颠倒)后变为 `01001`。 \n\n- $\\textbf{2}$,将 $01$ 串 $s$ ...",
"is_translate": false,
"language": "English"
}
]
}