Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
94584 王子毅 03ASCLL码转字符 C++ Wrong Answer 1 MS 268 KB 139 2024-10-25 13:16:13

Tests(0/10):


Code:

#include<iostream> using namespace std; int main(){ char n; int ch; cin>>n; n=ch; cout<<ch; return 0; }


Run Info:

------Input------
72
------Answer-----
H
------Your output-----
0