Run ID:3621

提交时间:2024-06-21 23:28:42

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