API Response (JSON)
{
"problem": {
"name": "「UOI-R1」询问",
"description": {
"content": "给定 $n$ 个数的整数序列 $a_1, a_2, \\cdots, a_n$,有 $m$ 次操作,每次操作给定 $x, y$,你需要找到所有 $i$,满足 $i \\oplus x = 0$,然后 $a_i \\gets a_i - y$。如果没有任何一个这样的 $i$,则序列什么也不会更改。这里的 $\\oplus$ 为按位异或操作。 操作结束后,你需要输出这个序列。",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 2000,
"memory_limit": 524288
},
"difficulty": {
"LuoguStyle": "P1"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGP8891"
},
"statements": [
{
"statement_type": "Markdown",
"content": "给定 $n$ 个数的整数序列 $a_1, a_2, \\cdots, a_n$,有 $m$ 次操作,每次操作给定 $x, y$,你需要找到所有 $i$,满足 $i \\oplus x = 0$,然后 $a_i \\gets a_i - y$。如果没有任何一个这样的 $i$,则序列什么也不会更改。这里的 $\\oplus$ 为按位异或操作。\n\n操作结束后,你需要输出这个序列。\n\n## Input\n\n第一行,...",
"is_translate": false,
"language": "English"
}
]
}