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