随笔分类 -  树状数组

摘要:A 树状数组: 1 #include<iostream> 2 #include<cstdio> 3 #include<algorithm> 4 #include <string.h> 5 using namespace std; 6 // 1h / 10min 7 const int maxn = 阅读全文
posted @ 2018-08-21 10:16 暴走的二萌 阅读(170) 评论(0) 推荐(0)