A - Beru-taxi(706A - Beru-taxi)
706A - Beru-taxi Vasiliy lives at point ( a , b ) of the coordinate plane. He is hurrying up to work so he wants to get out of his house as soon as possible. New app suggested n available Beru-taxi nearby. The i -th taxi is located at point ( x i , y i ) and moves with a speed v i . Consider that each of n drivers will move directly to Vasiliy and with a maximum possible speed. Compute the minimum time when Vasiliy will get in any of Beru-taxi cars. Input The first line of the input contains two integers a and b ( - 100 ≤ a , b ≤ 100 ) — coordinates of Vasiliy's home. The second line contains a single integer n ( 1 ≤ n ≤ 1000 ) — the number of available Beru-taxi cars nearby. The i -th of the following n...