SP6044 QCJ4 - Minimum Diameter Circle
Description
Given n points in a plane find the diameter of the smallest circle that encloses all the points. A point lying on the circle is also considered to be inside it
Input Format
First line of input contains the n (
Output Format
Output consists of a single real number, the diameter of the circle rounded to two decimal places.