#3: C


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

學校 : 不指定學校
編號 : 85
來源 : [163.32.92.91]
最後登入時間 :
2023-06-14 08:02:58
a001. 哈囉 -- Brian Kernighan | From: [42.77.184.104] | 發表日期 : 2022-10-26 13:34

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