303030: CF590B. Chip 'n Dale Rescue Rangers

Memory Limit:256 MB Time Limit:1 S
Judge Style:Text Compare Creator:
Submit:0 Solved:0

Description

Chip 'n Dale Rescue Rangers

题目描述

A team of furry rescue rangers was sitting idle in their hollow tree when suddenly they received a signal of distress. In a few moments they were ready, and the dirigible of the rescue chipmunks hit the road. We assume that the action takes place on a Cartesian plane. The headquarters of the rescuers is located at point $ (x_{1},y_{1}) $ , and the distress signal came from the point $ (x_{2},y_{2}) $ . Due to Gadget's engineering talent, the rescuers' dirigible can instantly change its current velocity and direction of movement at any moment and as many times as needed. The only limitation is: the speed of the aircraft relative to the air can not exceed ![](https://cdn.luogu.com.cn/upload/vjudge_pic/CF590B/6e379c3308354b493704199b16dc74165fb16811.png) meters per second. Of course, Gadget is a true rescuer and wants to reach the destination as soon as possible. The matter is complicated by the fact that the wind is blowing in the air and it affects the movement of the dirigible. According to the weather forecast, the wind will be defined by the vector $ (v_{x},v_{y}) $ for the nearest $ t $ seconds, and then will change to $ (w_{x},w_{y}) $ . These vectors give both the direction and velocity of the wind. Formally, if a dirigible is located at the point $ (x,y) $ , while its own velocity relative to the air is equal to zero and the wind $ (u_{x},u_{y}) $ is blowing, then after ![](https://cdn.luogu.com.cn/upload/vjudge_pic/CF590B/40aada82b80fa3feaf1f5e750e4e826e2e120886.png) seconds the new position of the dirigible will be ![](https://cdn.luogu.com.cn/upload/vjudge_pic/CF590B/bc7276f23bb07c26b0c84c4df4a1a3b739d5836b.png). Gadget is busy piloting the aircraft, so she asked Chip to calculate how long will it take them to reach the destination if they fly optimally. He coped with the task easily, but Dale is convinced that Chip has given the random value, aiming only not to lose the face in front of Gadget. Dale has asked you to find the right answer. It is guaranteed that the speed of the wind at any moment of time is strictly less than the maximum possible speed of the airship relative to the air.

输入输出格式

输入格式


The first line of the input contains four integers $ x_{1} $ , $ y_{1} $ , $ x_{2} $ , $ y_{2} $ ( $ |x_{1}|,|y_{1}|,|x_{2}|,|y_{2}|<=10000 $ ) — the coordinates of the rescuers' headquarters and the point, where signal of the distress came from, respectively. The second line contains two integers ![](https://cdn.luogu.com.cn/upload/vjudge_pic/CF590B/6e379c3308354b493704199b16dc74165fb16811.png) and $ t $ ( $ 0&lt;v,t<=1000 $ ), which are denoting the maximum speed of the chipmunk dirigible relative to the air and the moment of time when the wind changes according to the weather forecast, respectively. Next follow one per line two pairs of integer $ (v_{x},v_{y}) $ and $ (w_{x},w_{y}) $ , describing the wind for the first $ t $ seconds and the wind that will blow at all the remaining time, respectively. It is guaranteed that ![](https://cdn.luogu.com.cn/upload/vjudge_pic/CF590B/77498d5270b13c87f7008af149ffd02dbff34b3d.png) and ![](https://cdn.luogu.com.cn/upload/vjudge_pic/CF590B/c234f4e51da1884d831d83cbfdd0aff37566d59a.png).

输出格式


Print a single real value — the minimum time the rescuers need to get to point $ (x_{2},y_{2}) $ . You answer will be considered correct if its absolute or relative error does not exceed $ 10^{-6} $ . Namely: let's assume that your answer is $ a $ , and the answer of the jury is $ b $ . The checker program will consider your answer correct, if ![](https://cdn.luogu.com.cn/upload/vjudge_pic/CF590B/259203790d90e969d73ec841bd0673c1e8e7d69a.png).

输入输出样例

输入样例 #1

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

输出样例 #1

3.729935587093555327

输入样例 #2

0 0 0 1000
100 1000
-50 0
50 0

输出样例 #2

11.547005383792516398

Input

加入题单

上一题 下一题 算法标签: