#include<stdio.h>
int main(){
    char c;
    scanf("%c,&c");
    printf("The characteris :%c,c");
    return 0;
}