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 wqsesses at 2008-04-03 20:08:17 on Problem 1005
#include<iostream>
using namespace std;

int main()
{
	int n;
	cin>>n;
		
	for(int i=1;i<=n;i++)
	{
		float x,y;
		int z;
		cin>>x>>y;
		z=int((x*x+y*y)*3.1415926/100+1);
        cout<<"Property "<<i<<": This property will begin eroding in year "<<z<<"."<<endl;

	}
	cout<<"END OF OUTPUT."<<endl;
	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