#F. 数据查询

    Type: Default 1000ms 256MiB

数据查询

You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.

题目背景

在生活中, 我们经常需要查询一些资料

题目描述

给你一个长度为 nn 的序列 aa , 我们想要知道 qq 个问题的答案, 给你整数 l,r,xl, r, x, 请回答在 alara_l \sim a_r 之间有多少个 xx?

数据格式

输入格式

第一行一个整数 nn, 表示有 nn 个元素

第二行有 nn 个整数 aia_i

第三行一个整数 mm, 表示有 mm 次询问

接下来 mm 行, 每行三个整数 l,r,xl, r, x, 表示一次查询

输出格式

输出 mm 行, 每行一个整数, 表示在 lrl \sim r 区间内有多少个 xx.

样例

5
3 1 2 1 3
4
1 5 1
2 4 2
1 5 3
1 3 3
2
1
2
1

数据范围

1n2×1051 \leq n \leq 2\times 10^5

1x,ain1 \leq x, a_i \leq n

1m2×1051 \leq m \leq 2\times 10^5

1lrn1 \leq l \leq r \leq n

[北辰杯 North-Star-Cup] 七月月赛

Not Attended
Status
Done
Rule
Ledo
Problem
6
Start at
2023-7-21 18:00
End at
2023-7-22 0:00
Duration
6 hour(s)
Host
Partic.
78