摘要: 实验任务4 1.源代码 #define _CRT_SECURE_NO_WARNINGS #include <stdio.h> #define N 10 typedef struct { char isbn[20]; // isbn号 char name[80]; // 书名 char author[ 阅读全文
posted @ 2026-06-14 21:13 kkpptt 阅读(6) 评论(0) 推荐(0)