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

我晕哦,为什么总是wrong answer >?????

Posted by allenchou at 2005-09-02 22:52:10 on Problem 1005
#include <iostream>
#include <math.h>

using namespace std;

int main()
{
	int nCount;
	double x, double y;
	cin >> nCount;
	
	double nSquare;

	for(i = 1; i <= nCount; ++i)
	{		
		cin >> x >> y;			
		nSquare = (x * x + y * y) * 3.1415926  / 2;

		int nResult = nSquare / 50;
		if (((int)(nSquare * 10)) % 10 != 0)
			nResult += 1;
		if(nResult == 0)
			nResult = 1;
		cout << "Property "<< i <<": This property will begin eroding in year "<< nResult << endl;

	}
	cout << "END OF OUTPUT." << endl;
}

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