摘要: 任务1 任务2 任务3 任务4 #include <stdio.h> #include <string.h> #define N 10 typedef struct { char isbn[20]; // isbn号 char name[80]; // 书名 char author[80]; // 阅读全文
posted @ 2025-12-25 09:51 邹秉祥 阅读(9) 评论(1) 推荐(0)