Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
88709 林嘉乐 03ASCLL码转字符 C++ Compile Error 0 MS 0 KB 110 2024-08-20 16:20:29

Tests(0/0):


Code:

using namespace std; int main() { int b; char ch; cin>>b; ch=b; cout<<ch<<endl; return 0; }


Run Info:

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<