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