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