Sadly, this is the last time Sean will play James Bond.
His mission is to network
Sean wants to network the antennas, i.e. make it possible for every two antennas to
communicate. Since M has limited his spending for this mission, and larger radii require
more money, Sean will choose the smallest possible radius
Input
The first line contains an integer
Each of the following
Output
Output the minimal radius.
Your answer will be considered correct if its absolute or relative error doesn't exceed
Scoring
In test cases worth
Sample Input 1
2
1 1
2 2
Sample Output 1
0.7071068
Sample Input 2
7
2 3
3 4
4 5
0 1
3 1
4 2
1 5
Sample Output 2
1.4142135
Explanation for Sample Output 2

Sample Input 3
4
2020 20
20 2020
2020 2020
20 20
Sample Output 3
1000.0000000
Comments