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