Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|
38530 | 奚晨瑞 | 晶晶赴约会 | C++ | Accepted | 0 MS | 244 KB | 160 | 2024-01-27 16:20:19 |
#include<iostream> using namespace std; int main() { int a; cin>>a; if(a==1||a==3||a==5){ cout<<"NO"; } else{ cout<<"YES"; } return 0; }