| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 133038 | 刘浩宇 | 03字符转ASCLL码 | C++ | Compile Error | 0 MS | 0 KB | 93 | 2025-10-13 17:25:22 |
using namespace std; int main(){ char c; cin>>c; int b=c; cout<<b; return 0; }
Main.cc: In function 'int main()': Main.cc:4:2: error: 'cin' was not declared in this scope cin>>c; ^ Main.cc:6:2: error: 'cout' was not declared in this scope cout<