摘要: //线段树 延迟标签 // #include <bits/stdc++.h> using namespace std; const int maxn=1e4+5; double x[maxn*4]; double y[maxn*4]; int degreen[maxn]; int d[maxn*4] 阅读全文
posted @ 2019-04-21 22:23 tryatry 阅读(128) 评论(0) 推荐(0) 编辑