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