摘要: 【平衡树splay实现】 无注释代码 1 #include<bits/stdc++.h> 2 using namespace std; 3 typedef long long LL; 4 const int INF=1e9+7,MAXN=1e5+5; 5 int N; 6 int key[MAXN] 阅读全文
posted @ 2019-03-27 18:18 guoshaoyang 阅读(590) 评论(0) 推荐(0) 编辑