#include <stdio.h>
int main()
{
    char C;
    scanf("%c",C);
    printf("The Character is: %c/n",ch);
    return 0;
}