摘要:
1、 #include<stdio.h> #include<stdlib.h> #include<time.h> //类型重命名 typedef struct Vector { int *data; int size, length; }Vector; //初始化1个存储n个元素的顺序表 Vecto 阅读全文
1、 #include<stdio.h> #include<stdlib.h> #include<time.h> //类型重命名 typedef struct Vector { int *data; int size, length; }Vector; //初始化1个存储n个元素的顺序表 Vecto 阅读全文
posted @ 2022-03-27 19:36
HanaKoo
阅读(70)
评论(0)
推荐(0)

浙公网安备 33010602011771号