API Response (JSON)
{
"problem": {
"name": "【模板】多项式复合集合幂级数",
"description": {
"content": "给定一个集合幂级数 $F(x)$ 和一个多项式 $G(x)$,保证 $[x^{\\varnothing}]F(x)=0$。定义 $x$ 的乘法为子集卷积,你需要对 $S\\subseteq\\{1,2,\\cdots,n\\}$ 求出 $[x^S]G(F(x))$ 对 $998244353$ 取模后的值。 如果你仍不清楚题意,可以阅读题面最后的提示部分。",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 5000,
"memory_limit": 524288
},
"difficulty": {
"LuoguStyle": "P7"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGP10461"
},
"statements": [
{
"statement_type": "Markdown",
"content": "给定一个集合幂级数 $F(x)$ 和一个多项式 $G(x)$,保证 $[x^{\\varnothing}]F(x)=0$。定义 $x$ 的乘法为子集卷积,你需要对 $S\\subseteq\\{1,2,\\cdots,n\\}$ 求出 $[x^S]G(F(x))$ 对 $998244353$ 取模后的值。\n\n如果你仍不清楚题意,可以阅读题面最后的提示部分。\n\n## Input\n\n第一行一个正整数 $n$。\n...",
"is_translate": false,
"language": "English"
}
]
}