#include #define p(s) cout<<(s)<>H>>W>>N>>K; if((H+W-2)%N+1==K) p("YES"); else p("NO"); return 0; }