摘要: #include<stdio.h> #include <stdlib.h> #define PREALLOC_MAX 1024 #define DEFAULT_CAPACITY 8 typedef int E; typedef struct { E* elements; // 指向堆空间的数组 in 阅读全文
posted @ 2024-05-02 20:54 Uiney 阅读(1) 评论(0) 推荐(0) 编辑