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