#3: C


011104@stu.nknush.kh.edu.tw (貝雷帽男孩)


#include <stdio.h>
int main(){
    char s[100];
    scanf("%s", s);
    printf("hello, %s", s);
}