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