#include using namespace std; int main(){ int A; cin>>A; puts(A==1?"NO":"YES"); }