Responsive image

问题 1886 --Missile Interception

1886: Missile Interception

时间限制: 2 Sec  内存限制: 128 MB
提交: 1  解决: 1
[提交][状态][讨论版][命题人:]

题目描述


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.
 

输入描述

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 xi,yi,dxi,dyi,vi, which means a enemy's missile can be launched at coordinate (xi,yi) with direction vector (dxi,dyi), and its speed is vi.(0≤|xi|,|yi|,|dxi|,|dyi|≤100,1≤vi≤100)
It's guaranteed V>vmax.
 

输出描述

For each test case, output one line indicating the longest time mentioned above. Keep 4 decimal places.
 

样例输入

2 2
2 0 3 0 1
0 0 3 1 1
2 2
0 0 0 1 1 
0 2 0 -1 1

样例输出

0.5081
0.3333

来源

 

[提交][状态]
ACM算法攻关部
  • Anything about this OnlineJudge, Please Contact Administrator. Click add QQ

    OJ system based on HUSTOJ Project , UI based on Twitter Bootstrap

    Copyright 2016 ACM算法攻关部
    关于网站改版