摘要: 1 源代码 #include <stdio.h> #define N 80 #define M 100 typedef struct { char name[N]; // 书名 char author[N]; // 作者 } Book; void write(); void read(); int 阅读全文
posted @ 2024-12-28 19:25 毛天佑202483290413 阅读(8) 评论(0) 推荐(0)