传统题 1500ms 256MiB

数列分块 9

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 的数列,以及 nn 个操作,操作涉及询问区间的最小总数。

输入格式

第一行输入一个数字 nn

第二行输入 nn 个数字,第 ii 个数字为 aia_i,以空格隔开。

接下来输入 nn 行询问,每行输入两个数字 llrr,以空格隔开。

表示查询位于 [l,r][l,r] 的数字的总数。

输出格式

对于每次询问,输出一行一个数字表示答案。

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

数据范围与提示

对于 100% 100\% 的数据,$ 1 \leq n \leq 100000, -2^{31} \leq \mathrm{others}$、ans2311 \mathrm{ans} \leq 2^{31}-1

20230316分块

未认领
状态
已结束
题目
9
开始时间
2023-3-16 0:00
截止时间
2024-3-16 23:59
可延期
2736 小时