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