#include<iostream> using namespace std; int main() { char a; scanf("%c",&a); int b = a; cout<<b; return 0; }