2016年9月4日

PAT1020 一个case出现段错误,可是我找不到

摘要: //PAT1020 二叉树 建树 层序遍历 #include #include #include #include using namespace std; typedef int ElementType ; typedef struct TNode *Position; typedef Position BinTree; struct TNode{ ElementType Data; ... 阅读全文

posted @ 2016-09-04 16:43 SijingLin 阅读(398) 评论(0) 推荐(0)

导航