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