摘要: 【算法】平衡树(treap) 【题解】 treap知识见数据结构。 解法,具体细节见程序。 #include<cstdio> #include<algorithm> #include<ctime> using namespace std; const int maxn=100010; struct 阅读全文
posted @ 2017-02-08 21:28 ONION_CYC 阅读(193) 评论(0) 推荐(0) 编辑