API Response (JSON)
{
"problem": {
"name": "组合数问题",
"description": {
"content": "给出 $T$ 次询问,每次给出 $n,m$,请求出 $\\binom{n}{m}$ 对 $998,244,353$ 取模的结果。 其中 $\\binom{n}{m}$ 为二项式系数,它的另一种写法是 $C_n^m$。",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 2000,
"memory_limit": 524288
},
"difficulty": {
"LuoguStyle": "P3"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGB3717"
},
"statements": [
{
"statement_type": "Markdown",
"content": "给出 $T$ 次询问,每次给出 $n,m$,请求出 $\\binom{n}{m}$ 对 $998,244,353$ 取模的结果。\n\n其中 $\\binom{n}{m}$ 为二项式系数,它的另一种写法是 $C_n^m$。\n\n## Input\n\n输入的第一行是两个整数,分别表示询问的次数 $T$ 和所给出 $n$ 的最大值 $N$。 \n接下来 $T$ 行,每行两个整数,依次表示给出的 $n$ 和 $m$...",
"is_translate": false,
"language": "English"
}
]
}