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