文章分类 -  数据结构c

摘要:#define OK 1#define ERROR 0#define SElemType int#define Status int#include <stdio.h> #include <stdlib.h>#include <malloc.h> typedef struct SNode{ SEle 阅读全文
posted @ 2018-11-13 22:11 新生代史诗级低调传奇男 阅读(52) 评论(0) 推荐(0)