2014年12月29日

【HDOJ】1558 Segment set

摘要: 并查集+计算几何。 1 /* 1558 */ 2 #include 3 #include 4 #include 5 6 #define MAXN 1005 7 8 typedef struct { 9 double x, y; 10 } Point_t; 11 ... 阅读全文

posted @ 2014-12-29 22:57 Bombe 阅读(127) 评论(0) 推荐(0) 编辑

导航