Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
155844 杨宸铭 03字符转ASCLL码 C++ Compile Error 0 MS 0 KB 107 2026-06-14 10:22:58

Tests(0/0):


Code:

#include<bits/stdc++.h> using namespace std; int main() { chara; cin>>a; cout<<int(a); }


Run Info:

Main.cc: In function 'int main()':
Main.cc:5:5: error: 'chara' was not declared in this scope
     chara;
     ^
Main.cc:6:10: error: 'a' was not declared in this scope
     cin>>a;
          ^