API Response (JSON)
{
"problem": {
"name": "Variety of Digits",
"description": {
"content": "Given are $M$ digits $C_i$. Find the sum, modulo $998244353$, of all integers between $1$ and $N$ (inclusive) that contain all of $C_1, \\ldots, C_M$ when written in base $10$ without unnecessary leadi",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc235_f"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given are $M$ digits $C_i$.\nFind the sum, modulo $998244353$, of all integers between $1$ and $N$ (inclusive) that contain all of $C_1, \\ldots, C_M$ when written in base $10$ without unnecessary leadi...",
"is_translate": false,
"language": "English"
}
]
}