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