摘要: 4、实验任务4 点击查看代码 #include <stdio.h> #define N 10 typedef struct { char isbn[20]; // isbn号 char name[80]; // 书名 char author[80]; // 作者 double sales_price 阅读全文
posted @ 2025-12-22 17:04 嗯亨 阅读(7) 评论(1) 推荐(0)