二叉树通讯录
二叉树通讯录Dint emptystack(stack s);//判断栈空与否void travlstack(stack s);//遍历栈 void initstack(stack &s,int
二叉树通讯录