//HDU 4325 Flowers 樹狀數組

#include <bits/stdc++.h> using namespace std; #define NN 100009 long long c[NN],n=100005; long long lowbit(long long i){ return (i&(-i)); } void add(long long i,long long data){ while(i<=n){ c[
相關文章
相關標籤/搜索