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