include<stdio.h>
int main()
{
    char ch;
    scanf("%c"8ch);
    printf("the character is:%c",ch);
    retun 0;
}