24h購物| | PChome| 登入
2009-01-15 16:26:47| 人氣233| 回應0 | 上一篇 | 下一篇

2007 NPSC E. 白飯

推薦 0 收藏 0 轉貼0 訂閱站台

型態問題!int/int!=float

/************************************************************/

  1. #include<stdio.h>      
  2. #include<stdlib.h>   
  3. #include<string.h>   
  4. main()   
  5. {   
  6.   int b,c,d;   
  7.   float time=0,temp=0;   
  8.   float a,s;  /*s為平均值*/  
  9.   int x[1000];   
  10.   while(scanf("%f",&a)==1&&a!=0)   
  11.   {    temp=0;time=0;   
  12.    for(b=0;b<(int)a;b++)   
  13.     {   
  14.      scanf("%d",&c);   
  15.      temp=temp+c;   
  16.      x[b]=c;   
  17.     }      
  18.     s=temp/a;    
  19.    for(d=0;d<(int)a;d++)   
  20.     {   
  21.      if(x[d]<s)   
  22.       {time++;}   
  23.     }    
  24.       printf("%.0f\n",time);   
  25.   }      
  26.  return 0;        
  27. } 

台長: 來源不明
人氣(233) | 回應(0)| 推薦 (0)| 收藏 (0)| 轉寄
全站分類: 數位資訊(科技、網路、通訊、家電) | 個人分類: NPSC |
此分類下一篇:2007 NPSC A. 畢氏定理
此分類上一篇:2007 NPSC D. 打不倒的空氣人

是 (若未登入"個人新聞台帳號"則看不到回覆唷!)
* 請輸入識別碼:
請輸入圖片中算式的結果(可能為0) 
(有*為必填)
TOP
詳全文