API Response (JSON)
{
"problem": {
"name": "[CCPC 2023 北京市赛] 替换",
"description": {
"content": "给定一个长度为 $n$、字符集为 `01?` 的字符串 $s_1s_2 \\cdots s_n$。 对于任意 $k \\in [1,n]$,考察字符串 $T_k = t_1 t_2 \\cdots t_n$,其中对于 $1 \\le i \\le n$, - 若 $s_i \\ne$ `?`,则 $t_i = s_i$; - 否则,若 $i \\le k$,$t_i =$ `0`; - 否则 $t_i = ",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 3000,
"memory_limit": 1048576
},
"difficulty": {
"LuoguStyle": "P5"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGP10040"
},
"statements": [
{
"statement_type": "Markdown",
"content": "给定一个长度为 $n$、字符集为 `01?` 的字符串 $s_1s_2 \\cdots s_n$。\n\n对于任意 $k \\in [1,n]$,考察字符串 $T_k = t_1 t_2 \\cdots t_n$,其中对于 $1 \\le i \\le n$,\n\n- 若 $s_i \\ne$ `?`,则 $t_i = s_i$;\n- 否则,若 $i \\le k$,$t_i =$ `0`;\n- 否则 $t_i = ...",
"is_translate": false,
"language": "English"
}
]
}