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