#include<sdtio>
int main()
{
   char ch;
   scanf("%c",&ch);
   printf("the character is:",&ch);
   return 0;
}