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