| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 133023 | 肖声晖 | 03ASCLL码转字符 | C++ | Compile Error | 0 MS | 0 KB | 108 | 2025-10-13 17:15:48 |
#include <iostream> using namespace std; int main(){ chare a; cin>>a; a=b; cout<<a; }
Main.cc: In function 'int main()':
Main.cc:4:5: error: 'chare' was not declared in this scope
chare a;
^
Main.cc:5:10: error: 'a' was not declared in this scope
cin>>a;
^
Main.cc:6:7: error: 'b' was not declared in this scope
a=b;
^