提交时间:2023-08-10 13:21:49
运行 ID: 24355
#include<iostream> using namespace std; int main(){ int n; cin>>n; cout<<(char)n; return 0; }