摘要: 1、分块 (区间加法,查询小于x的个数) 技巧:开vector对区间sort,注意每次暴力更新的区间需要重新把数据放入vector中。 https://loj.ac/problem/6278 #include <algorithm> #include <iterator> #include <ios 阅读全文
posted @ 2019-01-21 23:31 ckxkexing 阅读(169) 评论(0) 推荐(0) 编辑