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