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