摘要: #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){ 阅读全文
posted @ 2012-05-14 15:22 open your eyes 阅读(355) 评论(0) 推荐(0) 编辑