#5379: 為什麼我是RF


open84121 (OPEN醬)

學校 : 國立斗六高級中學
編號 : 16122
來源 : [1.163.102.42]
最後登入時間 :
2017-10-29 23:51:37
a011. 00494 - Kindergarten Counting Game -- UVa494 | From: [182.233.213.99] | 發表日期 : 2011-07-16 00:44

/**********************************************************************************/
/*  Problem: a011 "幼稚園的算數遊戲" from ACM 494                         */
/*  Language: C                                                                   */
/*  Result: RF on ZeroJudge                                                       */
/*  Author: open84121 at 2011-07-16 00:40:29                                      */
/**********************************************************************************/
#include <stdio.h>
#include <stdlib.h>
#define lenght 500
int main(int argc, char *argv[])
{
  char string[lenght];
  gets(string);
  printf("%d",counter(string));
  
  system("PAUSE");
  return 0;
}
int counter(char* st)
{
  int count,a;
  for(count=0;count<=lenght;count++)
     {
         if(*(st+count)==32) {a++;}
}    
  return a;
}

 
錯誤信息: 
 您使用了未開放使用的函式: system
請修正!! 若對此訊息有疑問,請 Email 詢問!!
 
不懂= =" 
 
#5380: Re:為什麼我是RF


open84121 (OPEN醬)

學校 : 國立斗六高級中學
編號 : 16122
來源 : [1.163.102.42]
最後登入時間 :
2017-10-29 23:51:37
a011. 00494 - Kindergarten Counting Game -- UVa494 | From: [182.233.213.99] | 發表日期 : 2011-07-16 00:46

 拍謝  我知錯了= ="

 
ZeroJudge Forum