Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
156492 熊泊彧 09能否赴约 C++ Wrong Answer 0 MS 264 KB 229 2026-06-28 14:53:14

Tests(0/10):


Code:

#include<bits/stdc++.h> using namespace std; int main(){ int a; cin>>a; switch(a) { case 1:cout<<"NO"<<endl; case 3:cout<<"NO"<<endl; case 5:cout<<"NO"<<endl; defanlt:cout<<"YES"; } return 0; }


Run Info:

------Input------
4
------Answer-----
YES
------Your output-----