# your code goes here a, b = gets.split.map(&:to_i) puts ((a <= b) ? "Yes" : "No")