F.A.Q
Hand In Hand
Online Acmers
Problem Archive
Realtime Judge Status
Authors Ranklist
 
     C/C++/Java Exams     
ACM Steps
Go to Job
Contest LiveCast
ICPC@China
Best Coder beta
VIP | STD Contests
    DIY | Web-DIY beta
Author ID 
Password 
 Register new ID

Cai In

Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others)
Total Submission(s): 304    Accepted Submission(s): 44


Problem Description
Hero Goblin Techies in DOTA have two skills: Remote Mines - Plants a powerful mine that only detonates when triggered and Detonate - Detonates all remote mines at the same time.
A mine with power A will demage enemy r away from it 1000 * A / (r * r). And when all mines detonate at the same time, the demage to an enemy is the maximum of all the mines, that is maximus of 1000 * A[i] / (r[i] * r[i]).



Goblin Techies has plant many mines in the map, and Panda want to pass the dangerous region.
The region is square, with each side of length 100.0. The coordinate of the southwest corner is (x = 0, y = 0) and the coordinate of the northeast corner is (x = 100, y = 100).
The Panda will enter at (50, 0) and exit at (50, 100), and won't go out of the region in any other way.

Given the coordinates and powers of all mines in the region, what shound the Panda's HP be at least if Panda want to pass the region before he died? Assume Panda will choose the best path.
 

Input
Each case have four lines. The first line are n integers x[i], the second line are n integers y[i], the third line are n integers A[i], the last line is an empty line. 1 <= n <= 55.
 

Output
The least HP. Keep three digits after the decimal point.
 

Sample Input
50 2 87 20 50 70 50 70 80 42 42 42 10 10 10 20 30 40 50 60 40 50 60 70 80 80 80 90 90 90 40 50 60 60 60 60 60 70 30 30 30 30 40 30 20 50 40 10 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90
 

Sample Output
21750.000 105.000 400.000
 

Author
hhanger@zju
 

Source
 

Statistic | Submit | Discuss | Note
Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2024 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.000000(s) query 1, Server time : 2024-05-08 06:20:42, Gzip enabled