n,a,b=$<.map{_1.split.map &:to_i} n*=101 a.zip(b){n[_2]+=_1} puts n.max>n[0]?:NO:'YES'