#include<stdio.h>
int main (){
    char ch;
    scanf("%s",&ch);
    printf("%D",ch);
}