摘要: 最小圆覆盖 主要是我太菜了不会证明qwq,上面的博客讲的非常好。 主要是存代码: #include<cstdio> #include<cstring> #include<iostream> #include<algorithm> #include<cmath> using namespace std 阅读全文
posted @ 2020-07-03 10:17 With_penguin 阅读(132) 评论(0) 推荐(0)
摘要: 使用面积法与矢量叉积即可。 代码: #include<cstdio> #include<iostream> #include<cstring> #include<algorithm> using namespace std; struct Point { double x,y; Point() {} 阅读全文
posted @ 2020-07-03 09:32 With_penguin 阅读(573) 评论(0) 推荐(0)