API Response (JSON)
{
"problem": {
"name": "「Cfz Round 2」Binary",
"description": {
"content": "给定 $n + 1$ 个整数 $a_0\\dots a_n$。 对于整数 $u$,设它在二进制下为 $1$ 的位分别为 $k_1, k_2\\dots k_m$,那么它的权值 $f(u) = a_{k_1} \\oplus a_{k_2} \\oplus \\dots \\oplus a_{k_m}$。此处的二进制位的编号从右到左,依次为 $0,1,2\\dots$。其中 $\\oplus$ 表示 [按位异或]",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 524288
},
"difficulty": {
"LuoguStyle": "P3"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGP10307"
},
"statements": [
{
"statement_type": "Markdown",
"content": "给定 $n + 1$ 个整数 $a_0\\dots a_n$。\n\n对于整数 $u$,设它在二进制下为 $1$ 的位分别为 $k_1, k_2\\dots k_m$,那么它的权值 $f(u) = a_{k_1} \\oplus a_{k_2} \\oplus \\dots \\oplus a_{k_m}$。此处的二进制位的编号从右到左,依次为 $0,1,2\\dots$。其中 $\\oplus$ 表示 [按位异或]...",
"is_translate": false,
"language": "English"
}
]
}