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