API Response (JSON)
{
"problem": {
"name": "『FLA - I』冲云霄",
"description": {
"content": "给定**整数** $n$ 和 $m$,判断是否存在满足下列条件的数列 $a$。本题中数列元素的下标从 $1$ 开始。 - 数列 $a$ 的长度为 $m$,数列 $a$ 的每一项都为**正整数**。 - $a_1 \\oplus a_2 \\oplus \\cdots \\oplus a_m = n$,即数列 $a$ 的所有项异或得到的结果等于 $n$。 - 数列 $a$ 中所有元素的值都相同。",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 524288
},
"difficulty": {
"LuoguStyle": "P2"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGP10835"
},
"statements": [
{
"statement_type": "Markdown",
"content": "给定**整数** $n$ 和 $m$,判断是否存在满足下列条件的数列 $a$。本题中数列元素的下标从 $1$ 开始。\n\n- 数列 $a$ 的长度为 $m$,数列 $a$ 的每一项都为**正整数**。\n\n- $a_1 \\oplus a_2 \\oplus \\cdots \\oplus a_m = n$,即数列 $a$ 的所有项异或得到的结果等于 $n$。\n\n- 数列 $a$ 中所有元素的值都相同。\n\n#...",
"is_translate": false,
"language": "English"
}
]
}