API Response (JSON)
{
"problem": {
"name": "XXOR",
"description": {
"content": "You are given $N$ non-negative integers $A_1, A_2, ..., A_N$ and another non-negative integer $K$. For a integer $X$ between $0$ and $K$ (inclusive), let $f(X) = (X$ XOR $A_1)$ $+$ $(X$ XOR $A_2)$ $+$",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc117_d"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given $N$ non-negative integers $A_1, A_2, ..., A_N$ and another non-negative integer $K$.\nFor a integer $X$ between $0$ and $K$ (inclusive), let $f(X) = (X$ XOR $A_1)$ $+$ $(X$ XOR $A_2)$ $+$...",
"is_translate": false,
"language": "English"
}
]
}