Yet Another Minimax Problem

아직 제출이 없습니다시간 제한2초메모리 제한512 MB

문제

You are given nn points on the plane. You have to choose such a straight line, that there will be points on both sides of the line and the minimum distance from one of the points to the line should be the maximum possible. Find this distance.

입력

The first line contains a single integer nn --- the number of the points (2n2,0002 \le n \le 2\\,000).

Each of the following nn lines contains two integers x_ix\_i and y_iy\_i --- coordinates of ii-th point (x_i,y_i109|x\_i|, |y\_i| \le 10^9).

It's guaranteed that no two points coincide.

출력

Print single real number --- an answer. Your answer will be considered correct if its absolute or relative error doesn't exceed 10910^{-9}.

힌트

A picture for the third example: