当前你的浏览器版本过低,网站已在兼容模式下运行,兼容模式仅提供最小功能支持,网站样式可能显示不正常。
请尽快升级浏览器以体验网站在线编辑、在线运行等功能。

建议使用的浏览器:

谷歌Chrome 火狐Firefox Opera浏览器 微软Edge浏览器 QQ浏览器 360浏览器 傲游浏览器

7020:Array

题目描述
Given an integer array $a[1..n]$.

Count how many subsegment $[L, R]$ satisfying $R - L + 1 \geq 1$ and there is a kind of integer whose number of occurrences is strictly greater than the sum of others in $a[L..R]$.
输入解释
The first line contains an integer $T(T \le 15)$. Then $T$ test cases follow.

For each test case, input two lines.

For the first line, there is only one integer $n$ $(1 \leq n \leq 10^6)$.

The second line contains $n$ integers describing the array $a[1..n]$, while the restriction $0 \leq a_i \leq 10^6$ is guaranteed.

$\sum n<=6*10^6$
输出解释
For each test case, output a integer per line, denoting the answer of the problem.
输入样例
1
10
3303 70463 3303 3303 3303 70463 3303 3303 70463 70463
输出样例
47

该题目是Virtual Judge题目,来自 杭电HDUOJ

源链接: HDU-7020

最后修改于 2021-10-23T19:11:05+00:00 由爬虫自动更新

共提交 0

通过率 --%
时间上限 内存上限
15000/8000MS(Java/Others) 524288/524288K(Java/Others)