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

Re:我晕了,找了好多遍不知道哪错,帮看看,谢谢

Posted by candy_102092 at 2007-02-08 19:40:24 on Problem 1004
In Reply To:我晕了,找了好多遍不知道哪错,帮看看,谢谢 Posted by:omepu at 2006-01-04 16:16:35
这样子?
> 
> #include <iostream>
> using namespace std;
> 
> int main()
> {
> 	double sumn = 0 , month;
> 	int i = 1;
> 	while (i <= 13)
> 	{
> 		cin >> month;
> 		sumn = sumn + month;
> 		++i;
> 	}
> 	sumn = sumn / i;
> 	printf("$%.2f\n" , sumn);
> 	return 0;
> }

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