API Response (JSON)
{
"problem": {
"name": "Doubled",
"description": {
"content": "Given is an integer $N$. How many integers $x$ between $1$ and $N$ (inclusive) satisfy the following condition? * The decimal representation (without leading zeros) of $x$ has an even number of d",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc196_c"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given is an integer $N$. \nHow many integers $x$ between $1$ and $N$ (inclusive) satisfy the following condition?\n\n* The decimal representation (without leading zeros) of $x$ has an even number of d...",
"is_translate": false,
"language": "English"
}
]
}