{"problem":{"name":"Election","description":{"content":"An election is taking place. $N$ people voted. The $i$\\-th person $(1 \\leq i \\leq N)$ cast a vote to the candidate named $S_i$. Find the name of the candidate who received the most votes. The given in","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc231_b"},"statements":[{"statement_type":"Markdown","content":"An election is taking place.\n$N$ people voted. The $i$\\-th person $(1 \\leq i \\leq N)$ cast a vote to the candidate named $S_i$.\nFind the name of the candidate who received the most votes. The given input guarantees that there is a unique candidate with the most votes.\n\n## Constraints\n\n*   $1 \\leq N \\leq 100$\n*   $S_i$ is a string of length between $1$ and $10$ (inclusive) consisting of lowercase English letters.\n*   $N$ is an integer.\n*   There is a unique candidate with the most votes.\n\n## Input\n\nInput is given from Standard Input in the following format:\n\n$N$\n$S_1$\n$S_2$\n$\\vdots$\n$S_N$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"abc231_b","tags":[],"sample_group":[["5\nsnuke\nsnuke\ntakahashi\ntakahashi\ntakahashi","takahashi\n\n`takahashi` got $3$ votes, and `snuke` got $2$, so we print `takahashi`."],["5\ntakahashi\ntakahashi\naoki\ntakahashi\nsnuke","takahashi"],["1\na","a"]],"created_at":"2026-03-03 11:01:14"}}