摘要: 题目:http://poj.org/problem?id=2482大意:在一个坐标系中给你n(10^4)个点(点的坐标范围为0 2 #include 3 #include 4 #include 5 using namespace std; 6 const int maxn=10010; 7 struct node 8 { 9 __int64 id;//坐标值 10 int flag;//标记左边还是右边 11 int xh;//序号 12 }sx[maxn*2],sy[maxn*2]; 13 struct bj 14 { 15 int y1,y2... 阅读全文
posted @ 2013-06-22 21:05 琳&leen 阅读(277) 评论(0) 推荐(0) 编辑