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