API Response (JSON)
{
"problem": {
"name": "Count Down",
"description": {
"content": "Print all non-negative integers less than or equal to $N$ in descending order.",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc281_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Print all non-negative integers less than or equal to $N$ in descending order.\n\n## Constraints\n\n* $1 \\leq N \\leq 100$\n* $N$ is an integer.\n\n## Input\n\nThe input is given from Standard Input in the ...",
"is_translate": false,
"language": "English"
}
]
}