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