Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
94605 王子毅 03ASCLL码转字符 C++ Compile Error 0 MS 0 KB 97 2024-10-25 13:44:21

Tests(0/0):


Code:

#include<iostream> using namespace std; int main() { char c1; int<<c1; cin>>c1;


Run Info:

Main.cc: In function 'int main()':
Main.cc:6:8: error: expected unqualified-id before '<<' token
     int<>c1;
            ^