API Response (JSON)
{
"problem": {
"name": "Broken Rounding",
"description": {
"content": "Given a non-negative integer $X$, perform the following operation for $i=1,2,\\dots,K$ in this order and find the resulting $X$. * Round $X$ off to the nearest $10^i$. * Formally, replace $X$ ",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc273_b"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given a non-negative integer $X$, perform the following operation for $i=1,2,\\dots,K$ in this order and find the resulting $X$.\n\n* Round $X$ off to the nearest $10^i$.\n * Formally, replace $X$ ...",
"is_translate": false,
"language": "English"
}
]
}