摘要: 其实之前学过一次非旋转 treap,但是全忘光了,今天复习一下. 洛谷 P3369 【模板】普通平衡树 code: #include <bits/stdc++.h> #define N 100006 #define lson t[x].ls #define rson t[x].rs #define 阅读全文
posted @ 2019-11-30 10:25 EM-LGH 阅读(131) 评论(0) 推荐(0) 编辑