API Response (JSON)
{
"problem": {
"name": "[Ynoi2079] riapq",
"description": {
"content": "给出排列 $a_1,\\dots,a_n$,你需要维护序列 $b_1,\\dots,b_n$,初值为 $0$。 共 $m$ 次操作: 修改操作:给出 $l,r$,对每个 $(i,j)$ 满足 $l\\le i\\le j\\le r,\\;a_i\\le a_j$,将 $b_j$ 增加 $1$; 查询操作:给出 $x$,查 $b_x$。",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 4000,
"memory_limit": 2097152
},
"difficulty": {
"LuoguStyle": "P7"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGP9987"
},
"statements": [
{
"statement_type": "Markdown",
"content": "给出排列 $a_1,\\dots,a_n$,你需要维护序列 $b_1,\\dots,b_n$,初值为 $0$。\n\n共 $m$ 次操作:\n\n修改操作:给出 $l,r$,对每个 $(i,j)$ 满足 $l\\le i\\le j\\le r,\\;a_i\\le a_j$,将 $b_j$ 增加 $1$;\n\n查询操作:给出 $x$,查 $b_x$。\n\n## Input\n\n第一行两个整数 $n,m$;\n\n第二行 $n$...",
"is_translate": false,
"language": "English"
}
]
}