Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
46185 zhangyanshuo 晶晶赴约会 C++ 通过 0 MS 244 KB 199 2024-04-26 21:21:22

Tests(1/1):


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


测评信息: