摘要: #include <stdio.h> #define N 10 typedef struct { char isbn[20]; // isbn号 char name[80]; // 书名 char author[80]; // 作者 double sales_price; // 售价 int sal 阅读全文
posted @ 2023-12-11 19:39 忘忧熊 阅读(5) 评论(0) 推荐(0) 编辑