| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 121469 | 王培臻 | 09能否赴约 | C++ | Compile Error | 0 MS | 0 KB | 202 | 2025-06-07 15:02:06 |
#include<bits/stdc++.h> using namespace std; int main(){ int a; cin>>a; switch(1){ case 1: case 3: case 5: cout<<"NO"; breaK; default: cout<<"YES"; } return 0; }
Main.cc: In function 'int main()': Main.cc:13:3: error: 'breaK' was not declared in this scope breaK; ^