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