
计算几何
Wang_SF2015
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
文章标题 HDU 1558 : Segment set (并查集+线段相交)
Segment setA segment and all segments which are connected with it compose a segment set. The size of a segment set is the number of segments in it. The problem is to find the size of some segment set.原创 2017-01-19 22:27:38 · 344 阅读 · 0 评论 -
文章标题 POJ 2318 : TOYS (计算几何)
TOYSCalculate the number of toys that land in each bin of a partitioned toy box. Mom and dad have a problem - their child John never puts his toys away when he is finished playing with them. They gav原创 2017-02-21 23:24:29 · 444 阅读 · 0 评论 -
文章标题 计算几何
#include<iostream> #include<string> #include<cstdio> #include<cstring> #include<vector> #include<math.h> #include<map> #include<queue> #include<algorithm> using namespace std; const double pi=acos(-1.原创 2017-10-25 18:44:45 · 281 阅读 · 0 评论