Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
88708 | 范浩枫 | 03ASCLL码转字符 | C++ | Compile Error | 0 MS | 0 KB | 110 | 2024-08-20 16:18:08 |
using namespace std; int main() { int b; char ch; cin>>b; ch=b; cout<<ch<<endl; return 0; }
Main.cc: In function 'int main()': Main.cc:6:2: error: 'cin' was not declared in this scope cin>>b; ^ Main.cc:8:2: error: 'cout' was not declared in this scope cout<