API Response (JSON)
{
"problem": {
"name": "Sum of Min of Xor",
"description": {
"content": "Given are sequences of $N$ integers each: $(A_1,A_2,\\cdots,A_N)$ and $(B_1,B_2,\\cdots,B_N)$. Find $\\sum_{1 \\leq i < j \\leq N} \\min(A_i \\oplus A_j, B_i \\oplus B_j)$, where $\\oplus$ denotes the bitwise ",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 5000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "arc127_d"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given are sequences of $N$ integers each: $(A_1,A_2,\\cdots,A_N)$ and $(B_1,B_2,\\cdots,B_N)$.\nFind $\\sum_{1 \\leq i < j \\leq N} \\min(A_i \\oplus A_j, B_i \\oplus B_j)$, where $\\oplus$ denotes the bitwise ...",
"is_translate": false,
"language": "English"
}
]
}