传统题 1000ms 256MiB

C - Poll

该比赛已结束,您无法在比赛模式下递交该题目。您可以点击“在题库中打开”以普通模式查看和递交本题。

C - Poll

Score: $300$ points

Problem Statement

We have $N$ voting papers. The $i$-th vote $(1 \leq i \leq N)$ has the string $S_i$ written on it.

Print all strings that are written on the most number of votes, in lexicographical order.

Constraints

  • $1 \leq N \leq 2 \times 10^5$
  • $S_i$ $(1 \leq i \leq N)$ are strings consisting of lowercase English letters.
  • The length of $S_i$ $(1 \leq i \leq N)$ is between $1$ and $10$ (inclusive).

Input

Input is given from Standard Input in the following format:

NN

S1S_1

::

SNS_N

Output

Print all strings in question in lexicographical order.


7
beat
vet
beet
bed
vet
bet
beet
beet
vet

beet and vet are written on two sheets each, while beat, bed, and bet are written on one vote each. Thus, we should print the strings beet and vet.


8
buffalo
buffalo
buffalo
buffalo
buffalo
buffalo
buffalo
buffalo
buffalo

7
bass
bass
kick
kick
bass
kick
kick
kick

4
ushi
tapu
nichia
kun
kun
nichia
tapu
ushi

2024寒假入门组刷题营(九)

未参加
状态
已结束
规则
ACM/ICPC
题目
8
开始于
2024-2-6 13:30
结束于
2024-2-6 15:30
持续时间
2 小时
主持人
参赛人数
10