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