Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
86224 sh25_sunyuanxi 打印字符 C++ 通过 0 MS 248 KB 160 2026-03-27 14:57:44

Tests(3/3):


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


测评信息: