2009-01-08 22:21:09來源不明

ACM 10300 環保獎金

  1. #include<stdio.h>                     
  2. #include<stdlib.h>         
  3. #include<string.h>         
  4. #include<math.h>          
  5. int main()         
  6. double a,b,c,d,x,y,z;         
  7.   double t1,t2,t3;      
  8.   double temp=0;          
  9.   while(scanf("%lf",&a)==1)          
  10.   for(x=0;x<a;x++)         
  11.   {         
  12.    scanf("%lf",&b);         
  13.     {         
  14.     for(y=0;y<b;y++)         
  15.       {         
  16.         scanf("%lf %lf %lf",&t1,&t2,&t3);           
  17.          c=t1*t3;temp=temp+c;          
  18.       }                       
  19.     } printf("%.0lf\n",temp); temp=0;                      
  20.   }         
  21.   return 0;           
  22. }    
好學ㄉ學弟 2009-08-15 21:06:45

我覺ㄉ t1.t2.t3 不用double 耶
但我打 int 卻沒過,
我知道sum 要,但為什麼 t1.t2.t3 也要??

版主回應
因為一直沒有通過 所以直接全部打double.... 2009-08-17 08:40:32