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