摘要: #include<bits/stdc++.h> using namespace std; #define LL long long const int MAXN = 5009; int N; struct Point { double x, y; }p[MAXN], C; // p[i] 表示点集 阅读全文
posted @ 2021-03-09 16:58 棉被sunlie 阅读(64) 评论(0) 推荐(0)
摘要: 习自 #include <bits/stdc++.h> #include <iostream> #include <algorithm> #include <stdio.h> #include <string.h> #include <stdlib.h> using namespace std; # 阅读全文
posted @ 2021-03-09 16:51 棉被sunlie 阅读(128) 评论(0) 推荐(0)