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