API Response (JSON)
{
"problem": {
"name": "Count Multiset",
"description": {
"content": "Given are positive integers $N$ and $M$. For each $k=1,2,\\ldots,N$, find the following number and print it modulo $998244353$. * The number of multisets $A$ containing $k$ positive integers that sa",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc221_h"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given are positive integers $N$ and $M$.\nFor each $k=1,2,\\ldots,N$, find the following number and print it modulo $998244353$.\n\n* The number of multisets $A$ containing $k$ positive integers that sa...",
"is_translate": false,
"language": "English"
}
]
}