摘要: #include <stdio.h> #include <malloc.h> int Create(); int Insert(int i, char content); int Delete(char content); int Show(); int Select(int i); int Len 阅读全文
posted @ 2021-10-17 19:55 Aliezerofist 阅读(36) 评论(0) 推荐(0) 编辑