随笔分类 -  cdq分治

摘要:题目 1.cdq分治 每次分成左右两块,用左边那块更新右边的 #include<bits/stdc++.h> using namespace std; const int M=1e9+7; int f[1002][1002],sum[1002][1002],cnt[1000002],i,j,n,m, 阅读全文
posted @ 2018-10-06 13:53 Mingoal 阅读(17) 评论(0) 推荐(0)