摘要: #include<bits/stdc++.h> using namespace std; #define inf 0x3fffffff const int maxn=1010; struct node{ int x,y; }N[maxn]; bool cmp(node a,node b){ if(a 阅读全文
posted @ 2021-04-15 22:09 XA科研 阅读(45) 评论(0) 推荐(0) 编辑