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