Online Judge
Toggle navigation
C++题库系统 OJ
首页
问题列表
状态
排行榜
登录
首页
问题
09能否赴约
咋做呀
dyh
•
4天前
枯阅99
评论:
hp
mww
•
4天前
#include <iostream>
using namespace std;
int main(){
int a;
cin>>a;
switch(a){
case 1:cout<<"NO";break;
case 3:cout<<"NO";break;
case 5:cout<<"NO";break;
default:cout<<"YES";break;
}
}
lbc
•
4天前
zlx
•
4天前
666
zlx
•
4天前
回复