// editor4
#include<stdio.h>
int mai(){
    char input;
    scanf(" %c",&input);
    printf("%d\n",input);
    return 0;
}