API Response (JSON)
{
"problem": {
"name": "「Daily OI Round 3」Xor Graph",
"description": {
"content": "Xs_siqi 给了你 $2^n$ 个点,$x$ 到 $y$ 有**有向**边当且仅当 $x\\operatorname{xor} y=2^k,k \\in [0,n)$,且 $x>y$。其中,$\\operatorname{xor}$ 表示按位异或,$k$ 为整数。令 $f_{x,y}$ 为 $x$ 点到 $y$ 点的不同路径数,求: $$\\sum_{i=1}^{2^n}\\sum_{j=1}^{2",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 524288
},
"difficulty": {
"LuoguStyle": "P5"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGP10128"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Xs_siqi 给了你 $2^n$ 个点,$x$ 到 $y$ 有**有向**边当且仅当 $x\\operatorname{xor} y=2^k,k \\in [0,n)$,且 $x>y$。其中,$\\operatorname{xor}$ 表示按位异或,$k$ 为整数。令 $f_{x,y}$ 为 $x$ 点到 $y$ 点的不同路径数,求: \n\n$$\\sum_{i=1}^{2^n}\\sum_{j=1}^{2...",
"is_translate": false,
"language": "English"
}
]
}