2009-01-08 22:21:09來源不明
ACM 10300 環保獎金
- #include<stdio.h>
- #include<stdlib.h>
- #include<string.h>
- #include<math.h>
- int main()
- { double a,b,c,d,x,y,z;
- double t1,t2,t3;
- double temp=0;
- while(scanf("%lf",&a)==1)
- for(x=0;x<a;x++)
- {
- scanf("%lf",&b);
- {
- for(y=0;y<b;y++)
- {
- scanf("%lf %lf %lf",&t1,&t2,&t3);
- c=t1*t3;temp=temp+c;
- }
- } printf("%.0lf\n",temp); temp=0;
- }
- return 0;
- }
我覺ㄉ t1.t2.t3 不用double 耶
但我打 int 卻沒過,
我知道sum 要,但為什麼 t1.t2.t3 也要??