随笔分类 -  计算几何--凸包

摘要:题目 分析 在下面维护一个凸壳 好久没写博客了...... 代码 #include <bits/stdc++.h> using namespace std; const int maxn=500005; const double eps=1e-15,INF=1e10; struct Line{ do 阅读全文
posted @ 2018-04-30 17:41 noble_(noblex) 阅读(154) 评论(0) 推荐(0)

/* */