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