摘要: http://acm.hdu.edu.cn/showproblem.php?pid=1543 1 #include 2 #include 3 #include 4 #define maxn 10000 5 using namespace std; 6 7 int h,w,n; 8 int X[maxn],Y[maxn],m[500][500],clo[maxn]; 9 struct node10 {11 int x1,y1,x2,y2,c;12 }p[maxn*4];13 14 int bs(int key,int l,int r,int a[])15 {16 int ... 阅读全文
posted @ 2014-03-07 16:47 null1019 阅读(182) 评论(0) 推荐(0) 编辑