#8288: 請問為啥這樣子不行?


sh991313 (無敵帥鴿子)

學校 : 高雄市立高雄高級中學
編號 : 35101
來源 : [163.32.78.56]
最後登入時間 :
2014-10-14 20:14:56
a001. 哈囉 -- Brian Kernighan | From: [220.142.63.36] | 發表日期 : 2013-10-05 19:28

#include<stdio.h>
#include<stdlib.h>
main()
{
scanf("%s");
printf("hello, %s");
}
我用程式都可以,為啥網站就是會CE?
 
#8290: Re:請問為啥這樣子不行?


cuh127 (futurhack~~~~~興國猩國也(絕對沒有在污辱女性))

學校 : 臺南市私立興國高級中學
編號 : 28132
來源 : [203.68.26.150]
最後登入時間 :
2014-04-02 16:51:03
a001. 哈囉 -- Brian Kernighan | From: [118.233.170.236] | 發表日期 : 2013-10-05 19:51

#include
#include
int main()
{char s[3000];
while(scanf("%s",s)!=EOF)
printf("hello, %s\n",s);;
}
我用程式都可以,為啥網站就是會CE?


要加變數

也要加while

 
ZeroJudge Forum