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