gets puts gets.split.map(&:to_i).group_by{|x| x}.to_a.map{|x| [x[0], x[1].size]}.max_by{|x| x}[0]