Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
88710 | 欧阳俊懿 | 03ASCLL码转字符 | C++ | Wrong Answer | 1 MS | 276 KB | 117 | 2024-08-20 16:24:28 |
#include<iostream> using namespace std; int main() { char b; int d; cin>>b; d=b; cout<<d; return 0; }
------Input------
72
------Answer-----
H
------Your output-----
55