in_x, in_y = gets.chomp.split.map(&:to_i) if in_x == in_y puts "Yes" else puts "No" end