会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
麻辣猪仔
首页
新随笔
联系
管理
2019年11月7日
hdu3397 Sequence operation 线段树
摘要: hdu3397 Sequence operation 1 #include <bits/stdc++.h> 2 using namespace std; 3 const int maxn = 1e6+5; 4 struct node { 5 /// l,r表示当前结点区间范围[l,r] 6 int
阅读全文
posted @ 2019-11-07 19:17 麻辣猪仔
阅读(178)
评论(0)
推荐(0)
编辑
公告