| Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|
| 86224 | sh25_sunyuanxi | 打印字符 | C++ | Accepted | 0 MS | 248 KB | 160 | 2026-03-27 14:57:44 |
#include<iostream> using namespace std; int main() { int asciiCode; cin>>asciiCode; char c=asciiCode; cout<<c<<endl; return 0; }