a,b = 2.times.map{gets.split(?.).map &:to_i} puts a[0] < b[0] || a[1] < b[1] || a[2] < b[2] ? :NO : :YES