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