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