CF9B Running Student

Description

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: - during one run the minibus makes $ n $ stops, the $ i $ -th stop is in point $ (x_{i},0) $ - coordinates of all the stops are different - the minibus drives at a constant speed, equal to $ v_{b} $ - it can be assumed the passengers get on and off the minibus at a bus stop momentarily - Student can get off the minibus only at a bus stop - Student will have to get off the minibus at a terminal stop, if he does not get off earlier - the University, where the exam will be held, is in point $ (x_{u},y_{u}) $ - Student can run from a bus stop to the University at a constant speed $ v_{s} $ as long as needed - a distance between two points can be calculated according to the following formula: ![](https://cdn.luogu.com.cn/upload/vjudge_pic/CF9B/22fd88ba9a7f84161b680cf39a97d9a06bc287ba.png) - Student is already on the minibus, so, he cannot get off at the first bus stop 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.

Input Format

N/A

Output Format

N/A

Explanation/Hint

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.