随笔分类 -  *计算几何---PSGL

摘要:Find the Border UVALive - 3218 PSGL 1 #include <bits/stdc++.h> 2 using namespace std; 3 #define pb push_back 4 const double eps = 1e-8; 5 const int in 阅读全文
posted @ 2017-10-01 10:27 yijiull 阅读(261) 评论(0) 推荐(0)