摘要:
#include<iostream>#include<cstdlib>#include<string>#include<malloc.h>#include<map>using namespace std;map<int,int>ma;int flagg=0;typedef struct node{ int data; struct node*left; struct node* right; int flag;}bitnode,*bitree;void createbittree(bitree *T,int flag3){ 阅读全文