API Response (JSON)
{
"problem": {
"name": "[Ynoi2078] 《How to represent part-whole hierarchies in a neural network》阅读报告(更新中...)",
"description": {
"content": "给定序列 $a_1,\\dots,a_n$,共 $m$ 次询问,每次询问给出 $l,r$,查询所有满足 $l\\le L\\le R\\le r$ 的 $(L,R)$ 的权值的按位异或和,二元组 $(L,R)$ 的权值是 $|\\{a_i\\mid L\\le i\\le R\\}|$。",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 7000,
"memory_limit": 524288
},
"difficulty": {
"LuoguStyle": "P7"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGP8526"
},
"statements": [
{
"statement_type": "Markdown",
"content": "给定序列 $a_1,\\dots,a_n$,共 $m$ 次询问,每次询问给出 $l,r$,查询所有满足 $l\\le L\\le R\\le r$ 的 $(L,R)$ 的权值的按位异或和,二元组 $(L,R)$ 的权值是 $|\\{a_i\\mid L\\le i\\le R\\}|$。\n\n## Input\n\n第一行两个整数 $n\\ m$;\n\n接下来一行 $n$ 个整数 $a_1,\\dots,a_n$;\n\n接下来 ...",
"is_translate": false,
"language": "English"
}
]
}