原创 線性表的順序存儲

#include <stdio.h> #include <malloc.h> #include <stdlib.h> #define OK 0 #define ERROR -1 #define ElemType int #define