摘要: #include <stdio.h> #include <stdlib.h> #include <math.h> #include <ctype.h>//用来判断字符是不是数字 #define OK 1 #define ERROR 0 #define MAX_INIT_SIZE 100 #defin 阅读全文
posted @ 2021-08-15 22:00 不负韶华。 阅读(66) 评论(0) 推荐(0)
摘要: #include <stdio.h> #include <stdlib.h> #include <math.h> #define OK 1 #define ERROR 0 #define MAXSIZE 10 typedef char ElemType; typedef int Status; ty 阅读全文
posted @ 2021-08-15 12:37 不负韶华。 阅读(351) 评论(0) 推荐(0)