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