#include<stdio.h>
int main(){
cha ch;
scanf("%c",&ch);
printf("%d",ch);
return 0;
}