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