API Response (JSON)
{
"problem": {
"name": "Sequence",
"description": {
"content": "Among integer sequences of length $N$ consisting of non-negative integers not greater than $M$, find the number of sequences whose total sum is exactly $S$. Output the result modulo $998244353$.",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "fps_24_c"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Among integer sequences of length $N$ consisting of non-negative integers not greater than $M$, find the number of sequences whose total sum is exactly $S$. \nOutput the result modulo $998244353$.\n\n##...",
"is_translate": false,
"language": "English"
}
]
}