HDU5592 ZYB's Premutation 樹狀數組應用

#include<iostream> #include<stdio.h> #include<string> #include<algorithm> using namespace std; int a[50005];//已知數組; int c[50005];//樹狀數組; int n; int lowBit(int x) //計算2^K的值,即下標爲X的結點管轄的範圍 {
相關文章
相關標籤/搜索