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