摘要: 任务四: 1 #include <stdio.h> 2 #define N 10 3 4 typedef struct 5 { 6 char isbn[20]; // isbn号 7 char name[80]; // 书名 8 char author[80]; // 作者 9 double sal 阅读全文
posted @ 2024-12-16 20:15 Erhjiu 阅读(5) 评论(0) 推荐(0) 编辑