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