And while Mishka is enjoying her trip...
Chris is a little brown bear. No one knows, where and when he met Mishka, but for a long time they are together (excluding her current trip). However, best friends are important too. John is Chris' best friend.
Once walking with his friend, John gave Chris the following problem:
At the infinite horizontal road of width , bounded by lines
and
, there is a bus moving, presented as a convex polygon of
vertices. The bus moves continuously with a constant speed of
in a straight
line in direction of decreasing
coordinates, thus in time
of its points are changing. Formally, after time
each of
coordinates of its points will be decreased by
.
There is a pedestrian in the point , who can move only by a vertical pedestrian crossing, presented as a segment connecting points
and
with any speed not exceeding
. Thus the pedestrian can move only in a straight line
in any direction with any speed not exceeding
and not leaving the road borders. The pedestrian can instantly change his speed, thus, for example, he can stop instantly.
Please look at the sample note picture for better understanding.
We consider the pedestrian is hit by the bus, if at any moment the point he is located in lies the bus polygon (this means that if the point lies on the polygon vertex or on its edge, the pedestrian is not hit by the bus).
You are given the bus position at the moment . Please help Chris determine minimum amount of time the pedestrian needs to cross the road and reach the point
and not to be hit by the bus.
The first line of the input contains four integers— the number of the bus polygon vertices, road width, bus speed and pedestrian speed respectively.
The next n lines describes polygon vertices in counter-clockwise order. i-th of them contains pair of integersand
— coordinates of
-th polygon point. It is guaranteed that the polygon is non-degenerate.
Print the single real t — the time the pedestrian needs to croos the road and not to be hit by the bus. The answer is considered correct if its relative or absolute error doesn't exceed.
Following image describes initial position in the first sample case: