YunYan

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2019年10月16日

摘要: 例题: https://www.luogu.org/problem/P3372(洛谷) 线段树之单点更新: 模板: #include<bits/stdc++.h> using namespace std; typedef long long ll; const int N=1E5+7; ll arr 阅读全文
posted @ 2019-10-16 20:48 Target--fly 阅读(160) 评论(0) 推荐(0) 编辑