摘要: POJ 1410 判断线段交和点在凸包内 1 #include <cstdio> 2 #include <algorithm> 3 #include <cmath> 4 #define MP make_pair 5 using namespace std; 6 typedef long long L 阅读全文
posted @ 2018-08-05 09:36 xFANx 阅读(263) 评论(0) 推荐(0) 编辑