摘要: task4 1 #include <stdio.h> 2 #include <string.h> 3 4 #define N 10 5 6 typedef struct { 7 char isbn[20]; // ISBN号 8 char name[80]; // 书名 9 char author[ 阅读全文
posted @ 2025-06-02 21:02 西嘻哈 阅读(9) 评论(0) 推荐(0)