API Response (JSON)
{
"problem": {
"name": "CTZ",
"description": {
"content": "For a positive integer $X$, let $\\text{ctz}(X)$ be the (maximal) number of consecutive zeros at the **end** of the binary notation of $X$. If the binary notation of $X$ ends with a $1$, then $\\text{",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc336_b"
},
"statements": [
{
"statement_type": "Markdown",
"content": "For a positive integer $X$, let $\\text{ctz}(X)$ be the (maximal) number of consecutive zeros at the **end** of the binary notation of $X$. \nIf the binary notation of $X$ ends with a $1$, then $\\text{...",
"is_translate": false,
"language": "English"
}
]
}