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