Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
20787 LeoWang 打印ASCII码 C++ 编译错误 0 MS 0 KB 135 2023-06-20 08:42:30

Tests(0/0):


#include<bits/stdc++.h> using namespace std; int main() { char n; cin>>n; cout<<(int)n; return 0; } Judgement Protocol:


测评信息: