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