摘要:
1、求区间第K大 HDU2665 Kth number/*划分树查询区间第K大*/#include#include#include#include#includeusing namespace std;#define ll long longconst int MAX... 阅读全文
摘要:
Bryce1010模板 https://vjudge.net/contest/239647#problem/C 【POJ2299】 树状数组求逆序数#includeusing namespace std;#define ll long longconst int MA... 阅读全文
摘要:
Bryce1010模板 1、一维树状数组 https://vjudge.net/contest/239647#problem/A【HDU1556】#includeusing namespace std;#define ll long longconst int MAX... 阅读全文
摘要:
Bryce1010模板http://acm.hdu.edu.cn/showproblem.php?pid=1556#includeusing namespace std;#define ll long longconst int MAXN=1e5+10;int n,c... 阅读全文