2018年11月19日

bzoj营业额统计

摘要: /* 插入,求前驱和后继 */ #include<iostream> #include<cstring> #include<cstdio> #include<algorithm> using namespace std; #define MAXN 1000000 int ch[MAXN][2],f[ 阅读全文

posted @ 2018-11-19 18:50 zsben 阅读(185) 评论(0) 推荐(0)

bzoj3224 splay板子

摘要: 开始学习新知识:splay——tree 是个板子题,学习splay可以看博客 https://blog.csdn.net/Clove_unique/article/details/50630280 阅读全文

posted @ 2018-11-19 12:44 zsben 阅读(188) 评论(0) 推荐(0)

导航