摘要: 实验任务4 task4.c 代码 #include <stdio.h> #include <stdlib.h> #define N 10 typedef struct { char isbn[20]; // isbn号 char name[80]; // 书名 char author[80]; // 阅读全文
posted @ 2025-06-02 00:08 理塘小马守护者丁真 阅读(12) 评论(0) 推荐(0)