摘要: #include<iostream> #include<algorithm> using namespace std; typedef struct node{ int x,y; }Point; Point point[5005]; int r,c,n; int qcmp(const void*a, 阅读全文
posted @ 2021-11-22 19:34 智人心 阅读(49) 评论(0) 推荐(0)
摘要: #include<iostream> #include<algorithm> #include<cstring> using namespace std; #define maxn 5005 typedef struct node{ int x,y; }Point; //int cmp(Point 阅读全文
posted @ 2021-11-22 16:54 智人心 阅读(61) 评论(0) 推荐(0)