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