#include #include int main(int argc, char *argv[]) { int A; scanf("%d",&A); if(A==1)printf("NO\n"); else printf("YES\n"); }