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 sicojuy at 2010-12-05 20:14:01 on Problem 1005
#include <stdio.h>

int main()
{
	int n, t = 0;
	double x, y;
	scanf("%d", &n);
	++n;
	while(--n)
	{
		scanf("%lf%lf", &x, &y);
		printf("Property %d: This property will begin eroding in year %d.\n", ++t, (int)((x*x + y*y)*3.1415926/100) + 1);
	}
	printf("END OF OUTPUT.\n");
	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