摘要: task4 源代码 1 #include <stdio.h> 2 #include<string.h> 3 #define N 10 4 5 typedef struct { 6 char isbn[20]; // isbn号 7 char name[80]; // 书名 8 char author 阅读全文
posted @ 2023-12-15 14:35 Meng36 阅读(30) 评论(0) 推荐(0)