h = Hash.new{0} gets gets.split.each{|s|h[s.to_i]+=1} p h.invert.to_a.sort[-1][1]