API Response (JSON)
{
"problem": {
"name": "Trailing Zeros",
"description": {
"content": "For a positive integer $x$, let $\\mathrm{ctz}(x)$ be the number of trailing zeros in the binary representation of $x$. For example, we have $\\mathrm{ctz}(8)=3$ because the binary representation of $",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "arc139_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "For a positive integer $x$, let $\\mathrm{ctz}(x)$ be the number of trailing zeros in the binary representation of $x$. \nFor example, we have $\\mathrm{ctz}(8)=3$ because the binary representation of $...",
"is_translate": false,
"language": "English"
}
]
}