加载中...

随笔分类 -  计算几何

摘要:https://www.acwing.com/problem/content/4502/ 思路: 首先要理解题目的意思,尤其是第一句话。然后分类讨论两种情况何时圆的面积最大。 代码 #include <iostream> #include <cstring> #include <algorithm> 阅读全文
posted @ 2022-08-19 18:50 英雄不问出处c 阅读(65) 评论(0) 推荐(0)