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