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