树状数组 poj2352 Stars

#include #include #include using namespace std;web const int MAXN = 32005;svg int c[MAXN],level[MAXN],n;网站 int lowbit(int x){return x & (-x);}spa // 求前n项的和 int sum(int n){ int sum = 0; while(n > 0){ s
相关文章
相关标签/搜索