#include using namespace std; int n; int main() { cin >> n; if (n<2) { cout << "NO"; return 0; } cout << "YES"<