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