摘要: #include<bits/stdc++.h> using namespace std; #define ll long long const int N = 1e6+10; const double eps = 1e-10;//精度 //atan2(y,x)求极角的弧度 struct Point{ 阅读全文
posted @ 2020-08-30 15:10 hh13579 阅读(192) 评论(0) 推荐(0)