摘要: ```cpp include include include include include include using namespace std; const int N = (int)1e6 + 5; int n, m; struct Q{ int type, id; long long va 阅读全文
posted @ 2019-03-10 22:26 hjmmm 阅读(198) 评论(0) 推荐(0) 编辑
摘要: 如果相交返回true,不相交返回false cpp bool check(Node a, Node b, Node c, Node d){ if(!(min(a.x,b.x) 阅读全文
posted @ 2019-03-10 11:00 hjmmm 阅读(162) 评论(0) 推荐(0) 编辑