摘要: 1 #include<stdio.h> 2 #include <stdlib.h> 3 #include<malloc.h> 4 #define OK 1 5 #define ERROR 0 6 #define ElemType int 7 typedef int Status; 8 typedef 阅读全文
posted @ 2020-10-03 23:49 敲敲代代码码 阅读(157) 评论(0) 推荐(0)