def ris() gets.split.map &:to_i end def ri() gets.to_i end MOD = 1_000_000_007 # 998_244_353 h,w,n,k=ris puts (h*w-k)%n==0?"YES":"NO"