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