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