摘要: #include <cstdio> #include <iostream> using namespace std; const int N = 50; int pre[N], in[N], post[N]; int n; struct node { int data; node* lchild; 阅读全文
posted @ 2019-04-27 23:56 康钦铭 阅读(110) 评论(0) 推荐(0) 编辑