摘要: 四 #define _CRT_SECURE_NO_WARNINGS 1 #include <stdio.h> #include <string.h> #define N 10 typedef struct { char isbn[20]; // isbn号 char name[80]; // 书名 阅读全文
posted @ 2025-06-01 20:57 卢诗涵 阅读(12) 评论(0) 推荐(0)