API Response (JSON)
{
"problem": {
"name": "Deque Minimization",
"description": {
"content": "For a positive integer $X$ none of whose digits is $0$, consider obtaining a positive integer $Y$ as follows. * Initialize $S$ as an empty string. * Let $N$ be the number of digits in $X$. For $i",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 5000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "arc153_e"
},
"statements": [
{
"statement_type": "Markdown",
"content": "For a positive integer $X$ none of whose digits is $0$, consider obtaining a positive integer $Y$ as follows.\n\n* Initialize $S$ as an empty string.\n* Let $N$ be the number of digits in $X$. For $i...",
"is_translate": false,
"language": "English"
}
]
}