摘要: https://www.spoj.pl/problems/QTREE/ Splay基础打得差不多之后,第一次搞LCT。 我的代码跟QZ的太像了囧,我发现我什么都是跟他学的,以至于我俩同时写一个数据结构题交上去就差不多会被判作弊…… #include <iostream>#include <cstdio>#include <cstring>#include <cstdlib>#include <queue>#define NIL LCT#define MN 10001#define MM 20001#define INF 1000000 阅读全文
posted @ 2011-07-31 19:50 Delostik 阅读(621) 评论(0) 推荐(0)