API Response (JSON)
{
"problem": {
"name": "[XJTUPC 2024] 循环移位",
"description": {
"content": "给定长度为 $2^n$ 的数组 $a_i$ ($0 \\leq i < 2^n$),你可以进行任意次循环移位。 求 $\\sum_{i=0}^{2^n-1} a_i \\oplus i$, $\\sum_{i=0}^{2^n-1} a_i \\& i$,$\\sum_{i=0}^{2^n-1} a_i | i$ 的最大值。其中 $\\oplus, \\&, |$ 分别代表按位异或,按位与,按位或。 对于一个长",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": {
"LuoguStyle": "P6"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGP10524"
},
"statements": [
{
"statement_type": "Markdown",
"content": "给定长度为 $2^n$ 的数组 $a_i$ ($0 \\leq i < 2^n$),你可以进行任意次循环移位。\n\n求 $\\sum_{i=0}^{2^n-1} a_i \\oplus i$, $\\sum_{i=0}^{2^n-1} a_i \\& i$,$\\sum_{i=0}^{2^n-1} a_i | i$ 的最大值。其中 $\\oplus, \\&, |$ 分别代表按位异或,按位与,按位或。\n\n对于一个长...",
"is_translate": false,
"language": "English"
}
]
}