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