摘要:
bryce1010模板 http://acm.hdu.edu.cn/showproblem.php?pid=1754 区间求最大值+点更新 (修改pushup的操作,维护节点保存儿子节点中的最大值)#includeusing namespace std;#define... 阅读全文
摘要:
Bryce1010模板http://acm.hdu.edu.cn/showproblem.php?pid=1166#include using namespace std;#define ll long long#define lson l,m,rtm) ... 阅读全文
摘要:
C、 Kanade’s sum 链表+思维 E、RXD and dividing 树+思维H、RXD and math 水题 K、RXD’s date 水题 阅读全文
摘要:
Bryce1010模板http://acm.hdu.edu.cn/showproblem.php?pid=6066#include using namespace std;int main(){ int t; cin>>t; int n,cnt=0;... 阅读全文
摘要:
Bryce1010模板 http://acm.hdu.edu.cn/showproblem.php?pid=6063打表发现规律是n^k#include #include#includeusing namespace std;#define ll long longc... 阅读全文
摘要:
Bryce1010模板http://acm.hdu.edu.cn/showproblem.php?pid=6060#includeusing namespace std;#define ll long longconst ll MAXN=1e6+10;ll n,k;s... 阅读全文
摘要:
Bryce1010模板http://acm.hdu.edu.cn/showproblem.php?pid=6058/*思路是:找出每个x为第k大的区间个数有多少用pos[i]保存当前x的位置,pre[i]表示向x的左侧扩展k个,next[i]表示向x的右侧扩展k个然后... 阅读全文