0e82216

导航

2025年12月25日 #

实验六

摘要: task4 点击查看代码 #include <stdio.h> #include <string.h> #define N 10 typedef struct { char isbn[20]; // isbn号 char name[80]; // 书名 char author[80]; // 作者 阅读全文

posted @ 2025-12-25 23:06 一条小鲫鱼吖 阅读(9) 评论(1) 推荐(0)