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