2014年8月3日

【HDOJ】2428 Stars

摘要: 先排序后二分。 1 #include 2 #include 3 #include 4 #include 5 using namespace std; 6 7 #define MAXN 1005 8 9 typedef struct {10 int x, y;11 } node_s... 阅读全文

posted @ 2014-08-03 23:34 Bombe 阅读(129) 评论(0) 推荐(0) 编辑

导航