API Response (JSON)
{
"problem": {
"name": "[蓝桥杯 2022 省 A] 选数异或",
"description": {
"content": "给定一个长度为 $n$ 的数列 $A_{1}, A_{2}, \\cdots, A_{n}$ 和一个非负整数 $x$, 给定 $m$ 次查询, 每次询问能否从某个区间 $[l, r]$ 中选择两个数使得他们的异或等于 $x$ 。 ",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 131072
},
"difficulty": {
"LuoguStyle": "P4"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGP8773"
},
"statements": [
{
"statement_type": "Markdown",
"content": "给定一个长度为 $n$ 的数列 $A_{1}, A_{2}, \\cdots, A_{n}$ 和一个非负整数 $x$, 给定 $m$ 次查询, 每次询问能否从某个区间 $[l, r]$ 中选择两个数使得他们的异或等于 $x$ 。\n\n## Input\n\n输入的第一行包含三个整数 $n, m, x$ 。\n\n第二行包含 $n$ 个整数 $A_{1}, A_{2}, \\cdots, A_{n}$。\n\n接下来...",
"is_translate": false,
"language": "English"
}
]
}