| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 134721 | 余建成 | 05字符的变化 | C++ | Compile Error | 0 MS | 0 KB | 127 | 2025-11-01 11:49:35 |
#inlude<iostream> using namespace std; int main() { char A; cin>>A; cout<<(A+10-30)*20/5<<endl return 0; }
Main.cc:1:2: error: invalid preprocessing directive #inlude #inlude ^ Main.cc: In function 'int main()': Main.cc:6:2: error: 'cin' was not declared in this scope cin>>A; ^ Main.cc:7:2: error: 'cout' was not declared in this scope cout<<(A+10-30)*20/5<