摘要: 任务4 #include <stdio.h> #include <stdlib.h> #define N 10 typedef struct { char isbn[20]; // isbn号 char name[80]; // 书名 char author[80]; // 作者 double sa 阅读全文
posted @ 2025-06-03 13:15 洁宝今天吃了吗 阅读(15) 评论(0) 推荐(0)