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