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