Coding is the closest thing we have to superpower !
找出一个数组中出现次数最多的那个元素。
第一行输入一个整数n (不大于20),第二行输入n个整数。
找出n个整数中出现次数最多的那个整数,如果有多个,输出最先出现的那个。
4 1 2 2 3
2