API Response (JSON)
{
"problem": {
"name": "A or...or B Problem",
"description": {
"content": "Nukes has an integer that can be represented as the bitwise OR of one or more integers between $A$ and $B$ (inclusive). How many possible candidates of the value of Nukes's integer there are?",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "agc015_d"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Nukes has an integer that can be represented as the bitwise OR of one or more integers between $A$ and $B$ (inclusive). How many possible candidates of the value of Nukes's integer there are?\n\n## Cons...",
"is_translate": false,
"language": "English"
}
]
}