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