#include int main() { int h = 0; scanf("%d", &h); if(h==0 || h==4 || h== 10) printf("Yes\n"); else printf("No\n"); return 0; }