摘要: #include <stdio.h>#include <malloc.h>#include <stdlib.h> using namespace std; typedef char ElemType; //定义二叉树结点值的类型为字符型 //全局变量int LEAFCOUNT=0;int NODEC 阅读全文
posted @ 2022-10-27 20:28 平凡的柳先生 阅读(18) 评论(0) 推荐(0)