API Response (JSON)
{
"problem": {
"name": "「KDOI-04」XOR Sum",
"description": {
"content": "给定一个正整数 $n$,请构造一个长度为 $n$ 的**非负整数**序列 $a_1,a_2,\\dots,a_n$,满足: + 对于所有 $1\\le i\\le n$,都有 $0\\le a_i\\le m$。 + $a_1\\oplus a_2\\oplus\\dots\\oplus a_n=k$。其中 $\\oplus$ 表示[按位异或](https://baike.baidu.com/item/%E5%BC",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 2000,
"memory_limit": 524288
},
"difficulty": {
"LuoguStyle": "P2"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGP9033"
},
"statements": [
{
"statement_type": "Markdown",
"content": "给定一个正整数 $n$,请构造一个长度为 $n$ 的**非负整数**序列 $a_1,a_2,\\dots,a_n$,满足:\n\n+ 对于所有 $1\\le i\\le n$,都有 $0\\le a_i\\le m$。\n+ $a_1\\oplus a_2\\oplus\\dots\\oplus a_n=k$。其中 $\\oplus$ 表示[按位异或](https://baike.baidu.com/item/%E5%BC...",
"is_translate": false,
"language": "English"
}
]
}