API Response (JSON)
{
"problem": {
"name": "Count Strictly Increasing Sequences",
"description": {
"content": "You are given a sequence $S_1,\\ldots,S_N$ of length-$M$ strings consisting of digits (`0123456789`) and `?`. There are $10^q$ ways to replace the occurrences of `?` with digits independently, where $q",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc292_g"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given a sequence $S_1,\\ldots,S_N$ of length-$M$ strings consisting of digits (`0123456789`) and `?`.\nThere are $10^q$ ways to replace the occurrences of `?` with digits independently, where $q...",
"is_translate": false,
"language": "English"
}
]
}