The first line of the input contains one integer![]()
--- The number of the straight lines.
The nextlines each line contains four integers
![]()
--- A straight line passing through points
and
. It is guaranteed that these two points are different.
It is guaranteed that these straight lines can formone convex polygon.
Print a real number --- the number satisfying the conditions above.
Your answer is acceptable if its absolute or relative error does not exceed. Formally speaking, suppose that your output is x and the jury's answer is y, your output is accepted if and only if
.