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