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