听众
收听
2018-04-26
#include using namespace std; typedef struct BiNode{ int data; struct BiNode *lchild,*rchild;//左右孩子指针 }BiNode,*BiTree; BiNode* create(string &s,int &pos)//构造一棵二叉树 { pos++;
未知领域 来自火星
https://www.optbbs.com/?52682
这家伙很懒,什么都没有留
...
更多>
留言