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