gets.to_i.times .map{ gets.chomp } .sort_by{|line| a,b = line.split.map(&:to_i); a.to_f / b } .reverse .tap{|ans| puts ans }