a,b=$<.map{|e|e.split(?.).map &:to_i};f=->c{c[0]*1e6+c[1]*1e3+c[2]};puts f[a]>f[b] ?:YES:'NO'