摘要: #define _CRT_SECURE_NO_WARNINGS 1 #include<stdio.h> #include<stdlib.h> #define MaxSize 10 typedef int elemtype; typedef struct { int front; int rear; 阅读全文
posted @ 2022-05-31 14:37 fight挺 阅读(36) 评论(0) 推荐(0)