2020年1月17日
摘要: 1.平面上每次加入直角边平行于坐标轴的等腰直角三角形,每次询问某个点被覆盖了多少次。 大常数算法:O(nlog^2) 1 #include<bits/stdc++.h> 2 using namespace std; 3 const int maxn=3E5+5; 4 int n,q; 5 inlin 阅读全文
posted @ 2020-01-17 14:22 GreenDuck 阅读(152) 评论(0) 推荐(0) 编辑