| ||||||||||
| Online Judge | Problem Set | Authors | Online Contests | User | ||||||
|---|---|---|---|---|---|---|---|---|---|---|
| Web Board Home Page F.A.Qs Statistical Charts | Current Contest Past Contests Scheduled Contests Award Contest | |||||||||
晕,我一交就过了.没错呀.In Reply To:帮忙看看为什么错了,谢谢! Posted by:ic0590503128 at 2005-11-22 19:47:52 Source
Problem Id:1004 User Id:tq
Memory:40K Time:0MS
Language:C++ Result:Accepted
Source
#include<stdio.h>
#include<math.h>
void main(){
float dollar[12];
int i;
float sum=0;
float average;
for(i=0;i<12;i++){
scanf("%f",&dollar[i]);
}
for(i=0;i<12;i++){
sum=sum+dollar[i];
}
average=(float)(sum/12);
printf("$%.2f",average);
}
Followed by: Post your reply here: |
All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator