#8248: 新手~~求大神幫忙看為什麼不會過


gogoa306 (letsgo)

學校 : 不指定學校
編號 : 35333
來源 : [218.187.134.97]
最後登入時間 :
2013-09-29 19:23:01
a001. 哈囉 -- Brian Kernighan | From: [218.187.134.97] | 發表日期 : 2013-09-29 18:08

#include <stdlib.h>
#include <stdio.h>

int main(void)
{
    char INPUT_1[20]="",INPUT_2[20]="",INPUT_3[20];
    scanf("%s",INPUT_1);
    scanf("%s",INPUT_2);
    scanf("%s",INPUT_3);
    printf("hello, %s\n",INPUT_1);
    printf("hello, %s\n",INPUT_2);
    printf("hello, %s\n",INPUT_3);
    return(0);
}

 
ZeroJudge Forum