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