A,B = 2.times.map{ gets.split('.').map(&:to_i) } puts [A,B].min == B ? 'YES' : 'NO'