| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 150455 | 彭俊熙 | 03ASCLL码转字符 | C++ | Wrong Answer | 1 MS | 260 KB | 95 | 2026-03-28 11:39:18 |
#include<iostream> using namespace std; int main(){ cout<<char(97)<<endl; return 0; }
------Input------
72
------Answer-----
H
------Your output-----
a