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