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