摘要: K次圆覆盖问题 模板 #include<bits/stdc++.h> using namespace std; const int maxn=1009; const double eps=1e-8; const double pi=acos(-1); int dcmp(double x) {retu 阅读全文
posted @ 2021-06-04 00:03 LaiYiC 阅读(68) 评论(0) 推荐(0)