随笔分类 -  *数据结构---Treap Tree

摘要:Graph and Queries UVALive - 5031 第一道Treap,对着白书敲的=_=|| 1 #include <bits/stdc++.h> 2 using namespace std; 3 //15:15--16:00 4 struct Node{ 5 Node *ch[2]; 阅读全文
posted @ 2017-07-30 16:10 yijiull 阅读(155) 评论(0) 推荐(0)