n=gets.to_i xs=[] ys=[] n.times{|i| x,y=gets.split(" ").map{|e| e.to_i} xs<