会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
2+c
博客园
首页
新随笔
联系
订阅
管理
2017年6月15日
[BZOJ1588][HNOI20220]营业额统计 splay
摘要: 1 #include 2 #include 3 #define inf 1000000000 4 5 using namespace std; 6 7 int n,ans=0,cnt=0,root; 8 int r1,r2; 9 10 struct tr{ 11 int val,son[2],fat; 12 }tree[40000]; 1...
阅读全文
posted @ 2017-06-15 14:10 2+c
阅读(158)
评论(0)
推荐(0)
编辑
公告