Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
134908 岳君一 03ASCLL码转字符 C++ Accepted 1 MS 268 KB 115 2025-11-01 17:13:45

Tests(10/10):


Code:

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