API Response (JSON)
{
"problem": {
"name": "[ROI 2017] 排序幻觉 (Day 1)",
"description": {
"content": "给定长度为 $n$ 的整数数列 $a$,如果一个整数 $b$ 满足: $$ (a_1 \\operatorname{xor} b) \\le (a_2 \\operatorname{xor} b) \\le \\dots \\le (a_n \\operatorname{xor} b) $$ 则称 $b$ 是 $a$ 数列的**幻数**。 接下来有 $q$ 次修改,每次修改一个数 $a_{u_i}$ 为整",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 2000,
"memory_limit": 524288
},
"difficulty": {
"LuoguStyle": "P4"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGP10650"
},
"statements": [
{
"statement_type": "Markdown",
"content": "给定长度为 $n$ 的整数数列 $a$,如果一个整数 $b$ 满足:\n\n$$\n(a_1 \\operatorname{xor} b) \\le (a_2 \\operatorname{xor} b) \\le \\dots \\le (a_n \\operatorname{xor} b)\n$$\n\n则称 $b$ 是 $a$ 数列的**幻数**。\n\n接下来有 $q$ 次修改,每次修改一个数 $a_{u_i}$ 为整...",
"is_translate": false,
"language": "English"
}
]
}