摘要: task4 源代码: include <stdio.h> define N 10 typedef struct { char isbn[20]; // isbn号 char name[80]; // 书名 char author[80]; // 作者 double sales_price; // 售 阅读全文
posted @ 2025-06-01 10:44 阿晏ing 阅读(31) 评论(0) 推荐(0)