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 lindao at 2011-04-11 21:32:49 on Problem 1005
In Reply To:这题的中文翻译(原创) Posted by:caiweiwenjs at 2010-08-08 08:59:30
> 描述:Fred Mapper正考虑在路易斯安那州买一些土地来建房子。在调查土地的过程中,他发现
> 由于密西西比河的腐蚀,路易斯安那州的面积正以每年50平方米的速度减少 。因为Fred想在这个房子度过他的余生,所以他需要知道他的土地是否将被腐蚀。
> 经过更多的调查,Fred已经知道了土地将以半圆的形式腐蚀,半圆的中心在坐标(0,0)以x轴为分隔线,
> x轴以下的区域在水中 ,在第一年开始时没有被腐蚀的土地。(半圆在下图中给出)
> 
> 输入:在输入的第一行将有一个正整数(N),表示将有N个数据。在接下去的N行将包含Fred所考虑的土地的X和Y坐标。
> 所给浮点数以米为单位。Y坐标为非负的,坐标(0,0)不会被给出。 
> 输出:对于每个数据将对应有一行输出,格式为 “Property N: This property will begin eroding in year Z.”这里的N为数据序号(从1开始),Z是将被腐蚀的那一年,且Z是个整数,在输出最后一行要输出 “END OF OUTPUT.” 
> 输入样例:
> 2
> 1.0 1.0
> 25.0 0.0
> 输出样例:
> Property 1: This property will begin eroding in year 1.
> Property 2: This property will begin eroding in year 20.
> END OF OUTPUT.
> 有什么错误的地方,请指出,谢谢。

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