15
32 The 321-like Numbers are $(1,2,3,4,5,6,7,8,9,10,20,21,30,31,32,40,\dots)$ from smallest to largest. The $15$\-th smallest of them is $32$.
321
9610
777
983210
{
"problem": {
"name": "321-like Searcher",
"description": {
"content": "A positive integer $x$ is called a **321-like Number** when it satisfies the following condition. **This definition is the same as the one in Problem A.** * The digits of $x$ are strictly decreasin",
"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_c"
},
"statements": [
{
"statement_type": "Markdown",
"content": "A positive integer $x$ is called a **321-like Number** when it satisfies the following condition. **This definition is the same as the one in Problem A.**\n\n* The digits of $x$ are strictly decreasin...",
"is_translate": false,
"language": "English"
}
]
}