树状数组
文章平均质量分 84
CFhM_R
所谓的光辉岁月,不是那些闪亮的日子,而是无人问津时,你对梦想的坚持
展开
-
【poj3321】Apple Tree——树状数组&DFS
【poj3321】Apple Tree——树状数组&DFS##include <cstdio> #include <cstring> #include <algorithm> using namespace std; const int maxn = 100005; struct edge { int v,nxt; }e[maxn]; int head[maxn],c[maxn],low[m原创 2016-05-29 14:24:39 · 474 阅读 · 0 评论 -
【hdu1394】Minimum Inversion Number——逆序对
题目: C - Minimum Inversion Number Time Limit:1000MS Memory Limit:32768KB 64bit IO Format:%I64d & %I64u Submit Status Practice HDU 1394 Description The inversion number of a given num原创 2016-06-04 12:07:01 · 539 阅读 · 0 评论