#include using namespace std; using namespace chrono; int main() { int64_t n; cin >> n; cout << "YES" << endl; return 0; }