摘要: #include using namespace std; typedef long long ll; const double pi = acos(-1); const int MAX = 100 + 10; const int inf = 1e9 + 7; typedef struct { double x, y, z, r; }Point; int n; Point a... 阅读全文