2021年10月20日
摘要: #include<stdio.h>#include<malloc.h>#define ERROR 0#define OK 1#define MAXLEN 30 typedef int status;typedef int Elemtype;typedef struct{ Elemtype *elem 阅读全文
posted @ 2021-10-20 22:24 na2co3- 阅读(58) 评论(0) 推荐(0)