提交时间:2024-03-09 22:23:44

运行 ID: 43222

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