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