// editor1
#include<stdio.h>
int main()
{
    char c;
    scanf("%c",&c);
    print f("The character is:%c,c");
    return 0;
}