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