Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
139792 张阳 ASCII码 C++ Wrong Answer 0 MS 268 KB 113 2025-12-09 14:56:16

Tests(0/1):


Code:

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