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