Run ID:3639
提交时间:2024-06-22 14:10:37
# include<iostream> using namespace std; int main(){ int c; cin>>c; cout<<(char)c; return 0; }