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