API Response (JSON)
{
"problem": {
"name": "Count Sequences",
"description": {
"content": "Find the number of sequences of integers with $N$ terms, $A=(a_1,a_2,\\ldots,a_N)$, that satisfy the following conditions, modulo $998244353$. * $0 \\leq a_1 \\leq a_2 \\leq \\ldots \\leq a_N \\leq M$. * ",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 4000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc276_g"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Find the number of sequences of integers with $N$ terms, $A=(a_1,a_2,\\ldots,a_N)$, that satisfy the following conditions, modulo $998244353$.\n\n* $0 \\leq a_1 \\leq a_2 \\leq \\ldots \\leq a_N \\leq M$.\n* ...",
"is_translate": false,
"language": "English"
}
]
}