随笔分类 -  数据结构-线段树

摘要:1 #include<bits/stdc++.h> 2 using namespace std; 3 const int maxn=1e5+5; 4 struct A 5 { 6 int x; 7 double w; 8 }maxx[maxn]; 9 int n,m; 10 bool mark[ma 阅读全文
posted @ 2019-06-12 10:49 Achen_sy 阅读(113) 评论(0) 推荐(0)