#31238: I like to say hello


lonelybird718@gmail.com (clint-eastwood)

學校 : 臺北市私立薇閣高級中學
編號 : 168232
來源 : [112.78.76.238]
最後登入時間 :
2022-09-16 22:52:45
a001. 哈囉 -- Brian Kernighan | From: [1.161.138.192] | 發表日期 : 2022-07-19 21:56

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

 
ZeroJudge Forum