Missile Interception

TimeLimit:1000MS  MemoryLimit:65536KB
64-bit integer IO format:%I64d
未提交 | 登录后收藏
Problem Description

A country's defense department has been informed there are n enemy's missile silos in an area. To avoid potential threat, DOD plans to build up a missile defense base to ensure any enemy's missiles can be shot down once they have been launched. Due to a tight budget, only one defense base can be built(which means all defense missiles can only be launched at one position). DOD knows the best strategy is to minimize the longest time required to intercept any enemy's missiles. The good news is that DOD has got a confidential document which reports each enemy's missiles' parameter, including their launching coordinate, direction and speed. DOD is free to launch its defense missile in any direction, but only AFTER enemy's missile has launched (or serious diplomatic crisis could occur).
To simply the problem, we regard the area as a 2D plane. A missile can only fly alone a straight line with a fixed speed (its initial speed) and never comes down, until it successfully intercept or being intercepted by another missile. Now DOD wants to know with the best strategy described above, what's the longest time required to intercept any enemy's missile.
Note again, DOD doesn't need to intercept enemy's missiles as soon as they have been launched. The only requirement is not to launch the defense missile before enemy's missile.
Input
Multiple test cases (not exceed 5).
For each test case:
&#8226;  The first line contains two numbers n,V(2≤n,V <= 100), indicating the number of enemy's missiles and the speed of all defense missiles;
&#8226;  Then n lines follow. The ith line has 5 integers $x_i,y_i,dx_i,dy_i,v_i$, which means a enemy's missile can be launched at coordinate $(x_i,y_i)$ with direction vector $(dx_i,dy_i)$, and its speed is $v_i$.$(0≤|x_i|,|y_i|,|dx_i|,|dy_i|≤100,1≤v_i≤100)$
It's guaranteed V>$v_{max}$.
Output
For each test case, output one line indicating the longest time mentioned above. Keep 4 decimal places.
SampleInput
2 2
2 0 3 0 1
0 0 3 1 1
2 2
0 0 0 1 1 
0 2 0 -1 1
SampleOutput
0.5081
0.3333
Submit
题目统计信息详细
总AC数1
通过人数1
尝试人数1
总提交量2
AC率50.00%
AC该题后可以添加标签
贴完标签可以获得20ACB。
并且可以获得本题所有提交代码查看权限。
点击标题可以显示标签。
如果你还没认真思考过这题,请不要查看标签
如果您已经通过了该题,请务为该题贴上标签

T^T Online Judge

[BUG反馈] [FAQ] [闽ICP备17026590号-1]
当前版本:3.24 系统时间: