摘要: #include #include using namespace std;const int maxn = 100;struct Node{ int key; Node *lchild, *rchild, *parent;};Node *p, node[maxn];int cnt;vo... 阅读全文
posted @ 2014-06-10 08:56 海滨银枪小霸王 阅读(164) 评论(0) 推荐(0)