摘要: 四、实验结论 4. 实验任务4 task4.c 1 #include <stdio.h> 2 #define N 10 3 4 typedef struct { 5 char isbn[20]; // isbn号 6 char name[80]; // 书名 7 char author[80]; / 阅读全文
posted @ 2023-12-11 20:21 注册好容易啊 阅读(23) 评论(0) 推荐(0)