Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
133026 肖声晖 03ASCLL码转字符 C++ Compile Error 0 MS 0 KB 100 2025-10-13 17:19:12

Tests(0/0):


Code:

#include <iostream> using namespace std; int main(){ chra a; cin>>a=b; cout<<b; }


Run Info:

Main.cc: In function 'int main()':
Main.cc:4:5: error: 'chra' was not declared in this scope
     chra a;
     ^
Main.cc:5:10: error: 'a' was not declared in this scope
     cin>>a=b;
          ^
Main.cc:5:12: error: 'b' was not declared in this scope
     cin>>a=b;
            ^