API Response (JSON)
{
"problem": {
"name": "[Ynoi2000] rspcn",
"description": {
"content": "给定整数序列 $a_1,\\dots,a_n$ ,共 $m$ 次操作; 每次操作给出 $l,r,x$ ,首先进行修改,然后查询 $a_1,\\dots,a_x$ 中有多少种不同的值。 若 $l\\le r$ ,则进行的修改是将 $a_l,\\dots,a_r$ 从小到大排序;否则进行的修改是将 $a_r,\\dots,a_l$ 从大到小排序。",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 8000,
"memory_limit": 524288
},
"difficulty": {
"LuoguStyle": "P6"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGP9995"
},
"statements": [
{
"statement_type": "Markdown",
"content": "给定整数序列 $a_1,\\dots,a_n$ ,共 $m$ 次操作;\n\n每次操作给出 $l,r,x$ ,首先进行修改,然后查询 $a_1,\\dots,a_x$ 中有多少种不同的值。\n\n若 $l\\le r$ ,则进行的修改是将 $a_l,\\dots,a_r$ 从小到大排序;否则进行的修改是将 $a_r,\\dots,a_l$ 从大到小排序。\n\n## Input\n\n第一行两个整数 $n,m$ ;\n\n第二...",
"is_translate": false,
"language": "English"
}
]
}