test 发布于2022年1月9日2022年1月14日 作者:East 这是一个段落 这是一个段落 这是一个段落 这是一个图片 void create(biTree *t) { char ch; cin >> ch; if (ch == '#') *t = NULL; else { *t = (biTree)malloc(sizeof(biNode)); (*t)->data = ch; create(&(*t)->lchild); create(&(*t)->rchild); } }
这是一个评论
这也是一个评论
建个树?
什么
🐍🐭🐷🐎🐑🐂🐶🐰🐲🐱🐯🐔🐒
十二生肖 集合!
你是👻 吧