摘要: 实验任务4 task4.c程序源代码: 1 #include <stdio.h> 2 #include<stdlib.h> 3 #define N 10 4 5 typedef struct { 6 char isbn[20]; // isbn号 7 char name[80]; // 书名 8 c 阅读全文
posted @ 2025-05-28 15:21 gyn1111 阅读(12) 评论(0) 推荐(0)