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