API Response (JSON)
{
"problem": {
"name": "Even Digits",
"description": {
"content": "A non-negative integer $n$ is called a **good integer** when it satisfies the following condition: * All digits in the decimal notation of $n$ are even numbers ($0$, $2$, $4$, $6$, and $8$). For e",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc336_c"
},
"statements": [
{
"statement_type": "Markdown",
"content": "A non-negative integer $n$ is called a **good integer** when it satisfies the following condition:\n\n* All digits in the decimal notation of $n$ are even numbers ($0$, $2$, $4$, $6$, and $8$).\n\nFor e...",
"is_translate": false,
"language": "English"
}
]
}