API Response (JSON)
{
"problem": {
"name": "Smaller XOR",
"description": {
"content": "Given are integers $N$, $L$, and $R$. Count the number of integers $x$ that satisfy both of the following conditions. * $L \\leq x \\leq R$ * $(x \\oplus N) < N$ (Here, $\\oplus$ denotes the bitwise ",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "arc129_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given are integers $N$, $L$, and $R$. Count the number of integers $x$ that satisfy both of the following conditions.\n\n* $L \\leq x \\leq R$\n* $(x \\oplus N) < N$ (Here, $\\oplus$ denotes the bitwise ...",
"is_translate": false,
"language": "English"
}
]
}