API Response (JSON)
{
"problem": {
"name": "[Ynoi2078] 《A theory of consciousness from a theoretical computer scienceperspective: Insights from the Conscious Turing Machine》阅读报告(更新中...)",
"description": {
"content": "给定一个长度 $n$ 的序列 $a_1,\\dots,a_n$,需要进行 $m$ 次操作,操作共有三种类型: 操作 1:给定 $l,r,x$,先新建一个数组 $b$ 满足 $b_i=a_i$,之后将 $a_x,\\dots,a_{x+r-l}$ 同时修改为 $b_l,\\dots,b_r$; 操作 2:给定 $l,r$,将 $a_l,\\dots,a_r$ 同时修改为除以 $2$ 下取整后的值; 操",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 60000,
"memory_limit": 524288
},
"difficulty": {
"LuoguStyle": "P6"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGP8524"
},
"statements": [
{
"statement_type": "Markdown",
"content": "给定一个长度 $n$ 的序列 $a_1,\\dots,a_n$,需要进行 $m$ 次操作,操作共有三种类型:\n\n操作 1:给定 $l,r,x$,先新建一个数组 $b$ 满足 $b_i=a_i$,之后将 $a_x,\\dots,a_{x+r-l}$ 同时修改为 $b_l,\\dots,b_r$;\n\n操作 2:给定 $l,r$,将 $a_l,\\dots,a_r$ 同时修改为除以 $2$ 下取整后的值;\n\n操...",
"is_translate": false,
"language": "English"
}
]
}