API Response (JSON)
{
"problem": {
"name": "[Ynoi2004] rpfrdtzls",
"description": {
"content": "给定 $n,m,A$,维护由序列构成的序列 $a_1,\\dots,a_n$,初始 $a_i$ 包含一个元素 $A+1$; 共 $m$ 次操作: 修改操作:给定 $l,r,x$,对 $l\\le i\\le r$,在序列 $a_i$ 前面插入元素 $x$ 查询操作:给定 $l,r$,查询 $\\sum\\limits_{i=l}^r F(a_i,A)$ 其中 $F((x_1,\\dots,x_n),0",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 2500,
"memory_limit": 524288
},
"difficulty": {
"LuoguStyle": "P7"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGP9057"
},
"statements": [
{
"statement_type": "Markdown",
"content": "给定 $n,m,A$,维护由序列构成的序列 $a_1,\\dots,a_n$,初始 $a_i$ 包含一个元素 $A+1$;\n\n共 $m$ 次操作:\n\n修改操作:给定 $l,r,x$,对 $l\\le i\\le r$,在序列 $a_i$ 前面插入元素 $x$\n\n查询操作:给定 $l,r$,查询 $\\sum\\limits_{i=l}^r F(a_i,A)$\n\n其中 $F((x_1,\\dots,x_n),0...",
"is_translate": false,
"language": "English"
}
]
}