API Response (JSON)
{
"problem": {
"name": "Xor Sigma Problem",
"description": {
"content": "You are given an integer sequence $A=(A_1,\\ldots,A_N)$ of length $N$. Find the value of the following expression: $\\displaystyle \\sum_{i=1}^{N-1}\\sum_{j=i+1}^N (A_i \\oplus A_{i+1}\\oplus \\ldots \\oplus",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc365_e"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given an integer sequence $A=(A_1,\\ldots,A_N)$ of length $N$. Find the value of the following expression:\n\n$\\displaystyle \\sum_{i=1}^{N-1}\\sum_{j=i+1}^N (A_i \\oplus A_{i+1}\\oplus \\ldots \\oplus...",
"is_translate": false,
"language": "English"
}
]
}