摘要: 线段树 题目链接 普通的线段树,跑了2000ms... #include <iostream> #include <cstdio> #include <algorithm> #include <cstring> #include <map> #include <set> #include <vect 阅读全文
posted @ 2019-05-29 23:08 html_11 阅读(212) 评论(0) 推荐(0) 编辑
摘要: 二维前缀和 差分 题目链接 #include <iostream> #include <cstdio> #include <algorithm> #include <cstring> #include <map> #include <set> #include <vector> #include < 阅读全文
posted @ 2019-05-29 00:14 html_11 阅读(132) 评论(0) 推荐(0) 编辑