会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Jeson
A salted fish
博客园
首页
新随笔
联系
订阅
管理
2017年8月9日
南阳116----士兵杀敌(二)
摘要: 1 //线段树入门,单点修改,区间查询 2 #include 3 const int maxn = 3*1e6+5; 4 struct node 5 { 6 int l,r; 7 node *pl, *pr; 8 int s; 9 }; 10 node t[maxn]; 11 int cnt = 0; 12 int mid(node *p) 13 { ...
阅读全文
posted @ 2017-08-09 23:10 Posase
阅读(118)
评论(0)
推荐(0)
编辑
公告