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