[UVA][最小覆蓋圓] 10005 - Packing polygons
Packing polygons
Given a polygon of n points (not necessarily convex), your goal is to say
whether there is a circle of a given a radius R that contains the polygon or
not.
Input
The input consists of several input cases. The first line
of e...