听众
收听
2018-04-26
代码如下。 #include #include typedef struct node { int data; struct node *lchl,*rchl; }NODE; void create(NODE *t) //建立 { int a; scanf("%d",&a); if(a) { t=(NODE*)malloc(sizeof(NODE)); t->
未知领域 来自火星
https://www.optbbs.com/?54036
这家伙很懒,什么都没有留
...
更多>
留言