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