Pro.ID22668 TitleConvex hull Title链接http://10.20.2.8/oj/exercise/problem?problem_id=22668 AC0 Submit0 Ratio- 时间&空间限制描述There are M circles ( 0 ≤ M ≤ 100 ) on a plane. Some circles can have zero radius. The task is to calculate the area of minimum convex domain containing all the circles. 输入Input contains the description of one test including:
输出Description There are M circles ( 0 ≤ M ≤ 100 ) on a plane. Some circles can have zero radius. The task is to calculate the area of minimum convex domain containing all the circles. Input Input contains the description of one test including:
Output Output a single line with the result given with accuracy 10-4. Sample Input 4 Sample Output 35.1416 Source 样例输入4 样例输出35.1416 作者 |