摘要: 1 #include "stdio.h" 2 #include "malloc.h" 3 4 #define maxlen 100 5 #define infinity 65535 6 7 struct bnode 8 { 9 int data;//数据 10 bnode *lchild,*rchi 阅读全文
posted @ 2015-12-31 18:47 指间ゝ繁华初逝的格调 阅读(1906) 评论(0) 推荐(0) 编辑