Run ID:3637

提交时间:2024-06-22 14:08:14

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