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