#include <stdio.h>
int main()
{ 
    char c;
    scanff("%c",%c);
    
    printf("The character is: %c",c);
    
    
    return0;
    
}