#include using namespace std; int main() { int A; cin >> A; if (A == 1) { cout << "NO"; } else { cout << "YES"; } }