会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
WarYan
别让生活欺骗了你!
博客园
首页
联系
管理
2020年1月29日
线段树基础题
摘要: 1.单点修改裸题(HDU1754) #include<iostream> #include<algorithm> using namespace std; const int maxn=2e+5; int n,m,a[maxn]; struct tree{ int l,r,v; }trees[max
阅读全文
posted @ 2020-01-29 17:47 waryan
阅读(207)
评论(0)
推荐(1)
公告