摘要: text 4 1 #include <stdio.h> 2 #define N 10 3 typedef struct { 4 char isbn[20]; // isbn号 5 char name[80]; // 书名 6 char author[80]; // 作者 7 double sales 阅读全文
posted @ 2024-12-22 23:48 陈秋雯2024 阅读(0) 评论(0) 推荐(0) 编辑