n, x = gets.not_nil!.split.map(&.to_i) if n == 1 puts "No" else puts "Yes" end