Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
1847 林子杰 03ASCLL码转字符 C++ Wrong Answer 0 MS 248 KB 155 2023-11-12 10:56:31

Tests(0/10):


Code:

#include<iostream> using namespace std; int main(){ int b; char a; cin>>b; a=b; cout<<b<<"的字符是:"<<a; return 0; }


Run Info:

------Input------
72
------Answer-----
H
------Your output-----
72的字符是:H