提交时间:2022-12-10 20:50:33

运行 ID: 15381

#include<bits/stdc++.h> using namespace std; int main(){ int t; cin>>t; if(t==1||t==3||t==5){ cout<<"NO"; } else{ cout<<"YES"; } return 0; }