摘要: 题目链接 平衡树基础题,用于测试各种平衡树的性能(雾) treap: 1 #include<bits/stdc++.h> 2 typedef long long ll; 3 using namespace std; 4 struct Treap { 5 static const int N=1e5+ 阅读全文
posted @ 2019-01-16 19:44 jrltx 阅读(204) 评论(0) 推荐(0) 编辑