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