#include <iostream> //designed by hu 2025-10 using namespace std; int main(){ char sign; cin>>sign; cout<< (int) sign; return 0; }