API Response (JSON)
{
"problem": {
"name": "[Aya Round 1 C] 文文的构造游戏",
"description": {
"content": "对于一个长度为 $l$ 的数列 $p$,定义 $S(p)$ 为所有元素的**异或和**,其中 $\\oplus$ 指[按位异或运算](https://baike.baidu.com/item/%E5%BC%82%E6%88%96%E6%93%8D%E4%BD%9C)。 给定整数 $s,m$,判断能否构造一个长度为 $n$($n$ 值自定)的数列 $a$,满足: - $1 \\le n \\le m$",
"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": "LGP8468"
},
"statements": [
{
"statement_type": "Markdown",
"content": "对于一个长度为 $l$ 的数列 $p$,定义 $S(p)$ 为所有元素的**异或和**,其中 $\\oplus$ 指[按位异或运算](https://baike.baidu.com/item/%E5%BC%82%E6%88%96%E6%93%8D%E4%BD%9C)。\n\n给定整数 $s,m$,判断能否构造一个长度为 $n$($n$ 值自定)的数列 $a$,满足:\n\n- $1 \\le n \\le m$...",
"is_translate": false,
"language": "English"
}
]
}