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