API Response (JSON)
{
"problem": {
"name": "[yLCPC2024] E. Latent Kindom",
"description": {
"content": "给定 $n$ 个序列 $a_1, a_2, \\dots a_n$。你要回答 $q$ 次询问,每次询问会给出 $i, j$,你要求出序列 $a_i$ 和 $a_j$ 拼接后的中位数是多少。 拼接两个序列 $x, y$ 指的是把 $y$ 序列中的数依次写在 $x$ 序列后面。如果得到的序列长度为 $t$,中位数指的是序列中第 $\\left\\lceil\\frac t 2 \\right\\rceil$ 小",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 3000,
"memory_limit": 1048576
},
"difficulty": {
"LuoguStyle": "P4"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGP10237"
},
"statements": [
{
"statement_type": "Markdown",
"content": "给定 $n$ 个序列 $a_1, a_2, \\dots a_n$。你要回答 $q$ 次询问,每次询问会给出 $i, j$,你要求出序列 $a_i$ 和 $a_j$ 拼接后的中位数是多少。\n\n拼接两个序列 $x, y$ 指的是把 $y$ 序列中的数依次写在 $x$ 序列后面。如果得到的序列长度为 $t$,中位数指的是序列中第 $\\left\\lceil\\frac t 2 \\right\\rceil$ 小...",
"is_translate": false,
"language": "English"
}
]
}