API Response (JSON)
{
"problem": {
"name": "[JRKSJ R4] risrqnis",
"description": {
"content": "给你一个长度为 $n$ 的序列 $a_{1\\sim n}$,有 $q$ 次操作,初始有 $m$ 个空集 $S_{1\\sim m}$,共有两种操作,如下: - `1 l r k`,将 $l\\sim r$ 加入集合 $S_k$,即 $S_k\\gets S_k\\cup\\{x|x\\in[l,r]\\cap \\N\\}$; - `2 l r k`,查询对于所有 $l\\le i\\le r$ 的 $a_i$ 中有",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 3000,
"memory_limit": 131072
},
"difficulty": {
"LuoguStyle": "P6"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGP8146"
},
"statements": [
{
"statement_type": "Markdown",
"content": "给你一个长度为 $n$ 的序列 $a_{1\\sim n}$,有 $q$ 次操作,初始有 $m$ 个空集 $S_{1\\sim m}$,共有两种操作,如下:\n\n- `1 l r k`,将 $l\\sim r$ 加入集合 $S_k$,即 $S_k\\gets S_k\\cup\\{x|x\\in[l,r]\\cap \\N\\}$;\n- `2 l r k`,查询对于所有 $l\\le i\\le r$ 的 $a_i$ 中有...",
"is_translate": false,
"language": "English"
}
]
}