Run ID:3638

提交时间:2024-06-22 14:10:20

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