会员
商店
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Eliauk-FP
博客园
首页
新随笔
联系
订阅
管理
2024年11月26日
线段树题解
摘要: Code ```cpp ``` --> A.【例题1】求区间和 单修区查,直接线段树即可。 当然也可以树状数组+差分。 Code #include <bits/stdc++.h> #define ls u << 1 #define rs u << 1 | 1 #define int long lon
阅读全文
posted @ 2024-11-26 15:39 Eliauk_FP
阅读(14)
评论(0)
推荐(0)
编辑
公告