API Response (JSON)
{
"problem": {
"name": "Base -2 Number",
"description": {
"content": "Given an integer $N$, find the base $-2$ representation of $N$. Here, $S$ is the base $-2$ representation of $N$ when the following are all satisfied: * $S$ is a string consisting of `0` and `1`. *",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc105_c"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given an integer $N$, find the base $-2$ representation of $N$.\nHere, $S$ is the base $-2$ representation of $N$ when the following are all satisfied:\n\n* $S$ is a string consisting of `0` and `1`.\n*...",
"is_translate": false,
"language": "English"
}
]
}