API Response (JSON)
{
"problem": {
"name": "Xor Minimization",
"description": {
"content": "You are given a sequence of non-negative integers $A=(a_1,\\ldots,a_N)$. Let us perform the following operation on $A$ just once. * Choose a non-negative integer $x$. Then, for every $i=1, \\ldots, N",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2500,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc281_f"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given a sequence of non-negative integers $A=(a_1,\\ldots,a_N)$.\nLet us perform the following operation on $A$ just once.\n\n* Choose a non-negative integer $x$. Then, for every $i=1, \\ldots, N...",
"is_translate": false,
"language": "English"
}
]
}