摘要: 题目:普通平衡树 zig zag图示 #include <iostream> #include <cstring> #include <algorithm> using namespace std; const int N = 100010,INF=0x3f3f3f3f; struct Node{ 阅读全文