摘要:
1 #include 2 #include 3 4 using namespace std; 5 6 const int maxn=100000; 7 int n; 8 int postorder[maxn],inorder[maxn]; 9 int lh[maxn],rh[maxn]; 10 11 12 bool read_list(int* a) 13 { 14... 阅读全文
posted @ 2017-07-30 17:37
lan126
阅读(139)
评论(0)
推荐(0)

浙公网安备 33010602011771号