摘要: 凸包模板题 #include<bits/stdc++.h> using namespace std; #define ll long long const int N = 1e5+10; const double eps = 1e-10;//精度 //atan2(y,x)求极角的弧度 struct 阅读全文
posted @ 2020-10-02 22:16 hh13579 阅读(80) 评论(0) 推荐(0)