Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|
21137 | xingru | 晶晶赴约会 | C++ | Accepted | 0 MS | 244 KB | 210 | 2023-06-23 15:12:07 |
#include<bits/stdc++.h> using namespace std; int main(){ int a; cin>>a; if(a/2==0) cout<<"YES"; else if(a=7) cout<<"YES"; else cout<<"NO"; return 0; }