#include <stdio.h> 
int main () { 
char =a; 
Scanf("%c' ,&a);
printf (the character is %C,&a) ;
return 0 ;
}