Run ID:139889

提交时间:2025-12-11 14:45:32

#include <iostream> //designed by hu 2025-10 using namespace std; int main(){ //ugly 丑陋 an ugly duckling 丑小鸭 int w; cin >> w; if( w ==1 or w==3 or w==5) { cout<<"NO"; } else{ cout << "YES"; } return 0; }