# 入力された値を受け取る # N の値は無視してもらって OK N = gets.chomp.to_i Ls = gets.chomp.split.map(&:to_i).tally pp Ls.key(Ls.values.max)