摘要: 实验任务4 task4.c的源码,运行测试结果如下 #include <stdio.h> #define N 10 typedef struct { char isbn[20]; // isbn号 char name[80]; // 书名 char author[80]; // 作者 double 阅读全文
posted @ 2025-06-01 11:21 DownJackring 阅读(8) 评论(0) 推荐(0)