Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
3828 刘芃伽 03ASCLL码转字符 C++ Presentation Error 0 MS 268 KB 153 2024-07-13 09:04:27

Tests(0/10):


Code:

# include<iostream> using namespace std; int main() { int num; cin>>num; char a; a=num; cout<<" "<<a<<endl; return 0; }