#include<stdio.h>
int main()
{
    char i = 0;
    scanf("%c",&i);
    printf("%d\n",i);
    return 0;
}