int main(void) {
    char str[40];
    
    printf("$BJ8;zNs$rF~NO$7$F2<$5$$(B: "); fgets(str, 40, stdin);
    printf("%s", str);
    return 0;
}
