#include int main(){ char c; c = getchar(); printf("%d",c); return 0; }