#Lutece0814. Justice is Given by Light
Justice is Given by Light
Migrated from Lutece 814 Justice is Given by Light
All parts of this problem, including description, images, samples, data and checker, might be broken. If you find bugs in this problem, please contact the admins.
Description
KuFeng is God of Light, kennethsnow is God of Darkness. Those two Gods decide to punish the people from the Country of Convex.
The borderline of the Country of Convex, as you may think, form a convex polygon. And each God is standing at a point inside the country. Gods will set magic fire to the country, the fire has a limited range , forming a circle with radius . Magic range for both Gods are the same.
So, in order to set fire on the whole country, what is the minimum magic range for the Gods to achieve the goal?
Input
The first line of the input contains an integer (), indicating the number of points on the borderline the Country of Convex.
The next lines contain two integers () each line, indicating the coordinates of the points of the convex polygon formed by the Country of Convex. The points of the polygon are given in anticlockwise direction.
The last 2 lines each contain two integers (), indicating the coordinates of the Gods.
Output
Output the length of minimum magic range for the Gods, rounded to digits after decimal points.
Samples
4
0 0
1 0
1 1
0 1
0 0
1 1
1.000
Note
The Gods always stands in the country.
Resources
the 12th UESTC Programming Contest Final