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

晕,我一交就过了.没错呀.

Posted by tq at 2005-11-26 12:12:59 on Problem 1004
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:
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