摘要: #include #include"string" #include"seqlist.h" using namespace std; //创建节点,遍历输出节点,删除节点 typedef struct Teacher { int age; string name; }Teacher; // //SeqList* SeqList_Create(int capacity); // //voi... 阅读全文
posted @ 2017-06-18 13:58 小陈同学啦 阅读(277) 评论(0) 推荐(0) 编辑