#5827: 問題在哪了,為什麼會NA


goodhauo (ball)

學校 : 國立臺灣海洋大學
編號 : 20285
來源 : [140.121.216.69]
最後登入時間 :
2012-01-06 15:07:30
a001. 哈囉 -- Brian Kernighan | From: [140.121.216.69] | 發表日期 : 2011-09-16 14:52

以下是我用C語言寫的

 #include <stdio.h>

int main( void )
{
   char string[ 20 ];
  
   while( 1 )
   {
      scanf( "%19s", string );
      printf( "hello, %s", string );
   }
 
   return 0;
}

 
ZeroJudge Forum