我不知道我的问题是否重复,因为我真的找不到正确的答案。我想在新行上打印最常用的单词或数字。但是,如果频率相同,则打印两个单词/数字。
Input: green green green orange orange yellow
Output: green
Input: green green green orange orange orange yellow
Output: green
orange
Input: 1 1 2 2 3 3 4
Output: 1
2
3
Input: 1 1 1 2 2 3 3
Output: 1