Type: RemoteJudge 1000ms 64MiB

练60.2 众数

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 的序列 {ana_n} 来说,其众数被定义为出现次数最多的数。
现在给定一个长度为 nn 的序列,请帮忙求出它的众数是多少。
当然众数可能有多个,你只需要输出最小的一个就可以了。

输入格式

第一行输入 nn,第二行输入 nn 个数,n<106n<10^6,0ai10000≤a_i≤1000

输出格式

输出众数。

样例

6
3 5 7 5 3 1
3

2024021901

Not Attended
Status
Done
Rule
ACM/ICPC
Problem
10
Start at
2024-2-19 17:00
End at
2024-2-19 18:30
Duration
1.5 hour(s)
Host
Partic.
11