摘要: #include<stdio.h> #include<stdlib.h> #pragma warning (disable:4996) typedef struct { int data[1000]; int length; }SqList; void CreatList(SqList *&L, i 阅读全文
posted @ 2023-09-05 21:25 莳萝萝 阅读(2) 评论(0) 推荐(0) 编辑