摘要: http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=3324http://blog.csdn.net/xymscau/article/details/6776182 1 #include 2 #include 3 #include 4 #include 5 #include 6 #include 7 using namespace std; 8 const int INF=1000100000; 9 struct node{10 int x,y;11 }n[1010];12 bool cmp(node a,node ... 阅读全文
posted @ 2014-03-26 21:57 Jeremy Wu 阅读(412) 评论(0) 推荐(0)