Jeanny
寂兮,寥兮,独立不改,周行而不殆
摘要: 楼房重建 维护每个区间从左边开始上升,维护上升的数量 #include<bits/stdc++.h> #define N 100005 using namespace std; int n, m, x, y; struct Tree{ int l,r,cnt; double mx; }tr[N<<2 阅读全文
posted @ 2024-10-28 09:16 Jeanny 阅读(20) 评论(0) 推荐(0)