摘要: #include<cstdlib> #include<cstdio> #include<cstring> using namespace std; char preorder[30]; char inorder[30]; int left[30];//相当于链表中指针的作用 int right[30 阅读全文
posted @ 2020-03-29 15:33 JC97 阅读(131) 评论(0) 推荐(0) 编辑