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