摘要: 任务4 1.源代码 1 #define _CRT_SECURE_NO_WARNINGS 2 #include <stdio.h> 3 #define N 10 4 5 typedef struct { 6 char isbn[20]; // isbn号 7 char name[80]; // 书名 阅读全文
posted @ 2026-06-14 17:18 昵称不足4个字符 阅读(13) 评论(0) 推荐(0)