| ||||||||||
| 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 | |||||||||
用double不要用floatIn Reply To:帮忙看看为什么错了,谢谢! Posted by:ic0590503128 at 2005-11-22 19:47:52 > #include<stdio.h>
> void main(){
> int i;
> float money[12] ;
> float sum=0.0;
> for(i=0;i<12;i++){
> scanf("%f",&money[i]);
> sum=sum+money[i];
> }
> printf("$%.2f",sum/12);
> }
Followed by:
Post your reply here: |
All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator