#include<bits/stdc++.h> using namespace std; int main() { int s; cin>>s; char ch; ch=s; cout<<ch<<endl; return 0; }