def ii() gets.chomp.to_i end def li() gets.chomp.split.map(&:to_i) end n=ii() t=[] n.times do x,y=li() t<