会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Jeanny
寂兮,寥兮,独立不改,周行而不殆
新随笔
管理
2024年10月28日
楼房重建
摘要: 楼房重建 维护每个区间从左边开始上升,维护上升的数量 #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
阅读(3)
评论(0)
推荐(0)
编辑