摘要: 半平面交模板题 #include<bits/stdc++.h> using namespace std; #define ll long long const int N = 1e6+10; const double eps = 1e-10;//精度 //atan2(y,x)求极角的弧度 struc 阅读全文
posted @ 2020-10-03 15:48 hh13579 阅读(201) 评论(0) 推荐(0)