摘要: 实验任务4: 源代码: 1 #include <stdio.h> 2 #include<stdlib.h> 3 #define N 10 4 5 typedef struct { 6 char isbn[20]; // isbn号 7 char name[80]; // 书名 8 char auth 阅读全文
posted @ 2026-06-14 16:50 zhangqingyang347 阅读(9) 评论(0) 推荐(0)