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