N = gets.to_i Q = N.times.map { gets.split.map(&:to_i) } puts 'Yes'