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