API Response (JSON)
{
"problem": {
"name": "Xor Sum 4",
"description": {
"content": "We have $N$ integers. The $i$\\-th integer is $A_i$. Find $\\sum_{i=1}^{N-1}\\sum_{j=i+1}^{N} (A_i \\text{ XOR } A_j)$, modulo $(10^9+7)$. What is $\\text{ XOR }$?The XOR of integers $A$ and $B$, $A \\text{",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc147_d"
},
"statements": [
{
"statement_type": "Markdown",
"content": "We have $N$ integers. The $i$\\-th integer is $A_i$.\nFind $\\sum_{i=1}^{N-1}\\sum_{j=i+1}^{N} (A_i \\text{ XOR } A_j)$, modulo $(10^9+7)$.\nWhat is $\\text{ XOR }$?The XOR of integers $A$ and $B$, $A \\text{...",
"is_translate": false,
"language": "English"
}
]
}