API Response (JSON)
{
"problem": {
"name": "XOR World",
"description": {
"content": "Let $f(A, B)$ be the exclusive OR of $A, A+1, ..., B$. Find $f(A, B)$. What is exclusive OR? The bitwise exclusive OR of integers $c_1, c_2, ..., c_n$ (let us call it $y$) is defined as follows: * ",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc121_d"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Let $f(A, B)$ be the exclusive OR of $A, A+1, ..., B$. Find $f(A, B)$.\n\nWhat is exclusive OR?\n\nThe bitwise exclusive OR of integers $c_1, c_2, ..., c_n$ (let us call it $y$) is defined as follows:\n\n* ...",
"is_translate": false,
"language": "English"
}
]
}