API Response (JSON)
{
"problem": {
"name": "[LMXOI Round 1] Size",
"description": {
"content": "魔女给出一个长度为 $n$ 的序列 $d$,魔女想要求得: $$\\sum\\limits_{i=1}^{ n}\\sum\\limits_{j=1}^{n}{((d_i\\oplus d_j)+(d_i \\otimes d_j))}$$ 其中定义 $\\oplus$ 代表二进制下两数相加的和数位上 $1$ 的个数, $\\otimes$ 代表二进制下较大减较小的差数位上 $1$ 的个数。",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 524288
},
"difficulty": {
"LuoguStyle": "P4"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGP10114"
},
"statements": [
{
"statement_type": "Markdown",
"content": "魔女给出一个长度为 $n$ 的序列 $d$,魔女想要求得:\n\n$$\\sum\\limits_{i=1}^{ n}\\sum\\limits_{j=1}^{n}{((d_i\\oplus d_j)+(d_i \\otimes d_j))}$$\n\n其中定义 $\\oplus$ 代表二进制下两数相加的和数位上 $1$ 的个数, $\\otimes$ 代表二进制下较大减较小的差数位上 $1$ 的个数。\n\n## Inpu...",
"is_translate": false,
"language": "English"
}
]
}