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