And again a misfortune fell on Poor Student. He is being late for an exam.
Having rushed to a bus stop that is in point (0,0), he got on a minibus and they drove along a straight line, parallel to axis OX, in the direction of increasing x.
Poor Student knows the following:
Poor Student wants to get to the University as soon as possible. Help him to choose the bus stop, where he should get off. If such bus stops are multiple, choose the bus stop closest to the University.
The first line contains three integer numbers: $2 \le n \le 100, 1 \le v_b,v_s \le 1000$. The second line contains $n$ non-negative integers in ascending order: coordinates $x_i$ of the bus stop with index $i$. It is guaranteed that $x_1$ equals to zero, and $x_n \le 10^5$. The third line contains the coordinates of the University, integers $x_u$ and $y_u$, not exceeding $10^5$ in absolute value.
In the only line output the answer to the problem - index of the optimum bus stop.
As you know, students are a special sort of people, and minibuses usually do not hurry. That's why you should not be surprised, if Student's speed is higher than the speed of the minibus.