摘要: 第一题 include <stdio.h> define N 80 define M 100 typedef struct { char name[N]; // 书名 char author[N]; // 作者 } Book; void write(); void read(); int main( 阅读全文
posted @ 2025-06-04 19:31 祖国人和劳大 阅读(29) 评论(0) 推荐(0)