Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
125662 赵锦鹏 03ASCLL码转字符 C++ Compile Error 0 MS 0 KB 142 2025-07-15 11:22:32

Tests(0/0):


Code:

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


Run Info:

Main.cc: In function 'int main()':
Main.cc:7:9: error: expected ';' before 'a'
     cin a;
         ^
Main.cc:7:10: warning: statement has no effect [-Wunused-value]
     cin a;
          ^