#include #include #define max 10 typedef struct node{ int data; node *lchild*rchild; }Bitree; Bitree *B[max]; int temp=0; int Btree[max]; Bitree *Creatree){ //建立二叉树 Bitree *T*S; int