// editor3
#include<stdio.h>
void main()
{
    char c;
    scanf("%c",c);
    print("the character is: %c",c);
}