
计算几何
计算几何基础
Heisenberg_888
互联网工程师,努力学习中
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
POJ2187(凸包)
明天写题解 #include<iostream> #include<cstring> #include<cstdio> #include<vector> #include<queue> #include<cmath> #include<algorithm> using namespace std; #define mem(a,b) memset(a,b,sizeof(a)) #define N...原创 2020-05-19 17:32:05 · 259 阅读 · 0 评论 -
POJ1127
Description In the game of Jack Straws, a number of plastic or wooden "straws" are dumped on the table and players try to remove them one-by-one without disturbing the other straws. Here, we are only concerned with if various pairs of straws are connected原创 2020-05-18 17:30:00 · 260 阅读 · 0 评论