摘要: #include<iostream>struct tree{ struct tree *left; struct tree *right; int data;};tree *T;typedef struct tree *Tree,*TNode,TREE;using namespace std;voi 阅读全文
posted @ 2019-04-30 22:12 入海入我怀 阅读(168) 评论(0) 推荐(0)