API Response (JSON)
{
"problem": {
"name": "200th ABC-200",
"description": {
"content": "You are given an integer $N$. Do the following operation $K$ times on it and print the resulting integer. * If $N$ is a multiple of $200$, divide it by $200$. * Otherwise, see $N$ as a string a",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc200_b"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given an integer $N$. \nDo the following operation $K$ times on it and print the resulting integer.\n\n* If $N$ is a multiple of $200$, divide it by $200$.\n* Otherwise, see $N$ as a string a...",
"is_translate": false,
"language": "English"
}
]
}