| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 156486 | 熊泊彧 | 09能否赴约 | C++ | Compile Error | 0 MS | 0 KB | 223 | 2026-06-28 14:50:59 |
#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; }
Main.cc: In function 'int main()':
Main.cc:8:19: error: 'NO' was not declared in this scope
case 1:cout<