API Response (JSON)
{
"problem": {
"name": "321-like Checker",
"description": {
"content": "A positive integer $x$ is called a **321-like Number** when it satisfies the following condition. * The digits of $x$ are strictly decreasing from top to bottom. * In other words, if $x$ has $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": "abc321_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "A positive integer $x$ is called a **321-like Number** when it satisfies the following condition.\n\n* The digits of $x$ are strictly decreasing from top to bottom.\n* In other words, if $x$ has $d$ ...",
"is_translate": false,
"language": "English"
}
]
}