Fire Signals
Captain Vrungel and his mate Lom were shipwrecked and got to an uninhabited island. While the captain sought for fresh water in the island jungle, Lom decided to make some fire signals on the beach. He wanted to burn them all at night to send a distress signal that could be seen from a ship.
When captain Vrungel returned to the beach, Lom had already made n bonfires. Captain looked at the fires and said that if one set all fires in one line they could be seen not only from a ship but from an airplane too. Find the minimal total distance, that Lom’s fire signals should be moved to, to be set in one line.
Input
First line contains the number of fire signals n (2 ≤ n ≤ 1000). Each of the next n lines contains integers x_i, y_i that are the coordinates of i-th fire signal (-10^6 ≤ x_i, y_i ≤ 10^6).
Output
Output the minimal total distance that Lom should move his fire signals to. The answer must be given with absolute or relative error not exceeding 10^{−6}.