Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
133650 徐康浩 03输出字符序号 C++ Compile Error 0 MS 0 KB 122 2025-10-20 16:27:12

Tests(0/0):


Code:

#include<bits/stdC++.h> using namespace std; int main() { char a; cin>>a; int b; b=a; cout<<b; return 0; }


Run Info:

Main.cc:1:24: fatal error: bits/stdC++.h: No such file or directory
 #include
                        ^
compilation terminated.