API Response (JSON)
{
"problem": {
"name": "Multiple of Nine",
"description": {
"content": "Count the number of strings $S$ that satisfy the following constraints, modulo $10^9 + 7$. * The length of $S$ is exactly $N$. * $S$ consists of digits (`0`...`9`). * You are given $Q$ interval",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 4000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "wtf19_b"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Count the number of strings $S$ that satisfy the following constraints, modulo $10^9 + 7$.\n\n* The length of $S$ is exactly $N$.\n* $S$ consists of digits (`0`...`9`).\n* You are given $Q$ interval...",
"is_translate": false,
"language": "English"
}
]
}