摘要: #include <stdio.h>#include <stdlib.h>typedef struct Node{ struct Snode *lchild; struct Snode *rchild; int data;}*Node,Snode; void create(Node *l){ int 阅读全文
posted @ 2018-11-11 15:49 爱晒太阳的懒猫。。 阅读(158) 评论(0) 推荐(0) 编辑