// editor2
#include<stdio.h>
int main()
{
    char b;
    scanf("%c",&b);
    printf("The character is: %c",b)
}