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