摘要: 1 #include <stdio.h> 2 #include <stdlib.h> 3 4 #define OK 1 5 #define ERROR 0 6 #define MAXQSIZE 10 7 typedef int Status; 8 typedef int QElemType; //定 阅读全文
posted @ 2020-04-15 14:54 AsunaLGLL 阅读(488) 评论(0) 推荐(0) 编辑