API Response (JSON)
{
"problem": {
"name": "[GESP样题 八级] 区间",
"description": {
"content": "小杨有一个长度为 $n$ 的正整数序列 $A$。 小杨有 $q$ 次询问。第 $i$ 次($1\\le i\\le q$)询问时,小杨会给出 $l_i,r_i,x_i$,请你求出 $x_i$ 在 $A_{l_i}, A_{l_i+1}, \\dots A_{r_i}$ 中出现的次数。",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 131072
},
"difficulty": {
"LuoguStyle": "P3"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGP10288"
},
"statements": [
{
"statement_type": "Markdown",
"content": "小杨有一个长度为 $n$ 的正整数序列 $A$。\n\n小杨有 $q$ 次询问。第 $i$ 次($1\\le i\\le q$)询问时,小杨会给出 $l_i,r_i,x_i$,请你求出 $x_i$ 在 $A_{l_i}, A_{l_i+1}, \\dots A_{r_i}$ 中出现的次数。\n\n## Input\n\n第一行包含一个正整数 $T$,表示数据组数。\n\n对于每组数据:第一行包含一个正整数 $n$,表示...",
"is_translate": false,
"language": "English"
}
]
}