Online JudgeProblem SetAuthorsOnline ContestsUser
Web Board
Home Page
F.A.Qs
Statistical Charts
Problems
Submit Problem
Online Status
Prob.ID:
Register
Update your info
Authors ranklist
Current Contest
Past Contests
Scheduled Contests
Award Contest
User ID:
Password:
  Register

用double不要用float

Posted by TN at 2005-11-22 19:51:52 on Problem 1004
In 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:
User ID:
Password:
Title:

Content:

Home Page   Go Back  To top


All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator