API Response (JSON)
{
"problem": {
"name": "[Ynoi Easy Round 2023] TEST_90",
"description": {
"content": "给定一个长度 $n$ 的序列 $a_1,\\dots,a_n$。 共有 $m$ 次询问,每次询问给定 $l,r$,求区间 $[l,r]$ 中有多少 子区间 $[i,j]$ 满足 $l\\le i\\le j\\le r$,且在区间 $[i,j]$ 内出现过的数的个数为奇数。",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 3000,
"memory_limit": 524288
},
"difficulty": {
"LuoguStyle": "P6"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGP9990"
},
"statements": [
{
"statement_type": "Markdown",
"content": "给定一个长度 $n$ 的序列 $a_1,\\dots,a_n$。\n\n共有 $m$ 次询问,每次询问给定 $l,r$,求区间 $[l,r]$ 中有多少 子区间 $[i,j]$ 满足 $l\\le i\\le j\\le r$,且在区间 $[i,j]$ 内出现过的数的个数为奇数。\n\n## Input\n\n第一行一个整数 $n$。\n\n接下来一行 $n$ 个整数表示序列 $a_1,\\dots,a_n$\n\n接下来一行...",
"is_translate": false,
"language": "English"
}
]
}