#include<stdio.h>
int main()
{
    char ch;
    scanf("%c",&c);
    printf("The character is: %d\n",ch);
    return 0;
}