摘要: 平衡树: Splay #include <bits/stdc++.h> #define root T[0].son[1] using namespace std; int read() { int re = 0, f = 1; char ch = getchar(); while (ch < '0' 阅读全文
posted @ 2020-01-20 23:52 passione 阅读(178) 评论(0) 推荐(0) 编辑