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