摘要: 实验4: 源码: 1 #include<stdio.h> 2 #include<stdlib.h> 3 #define N 10 4 5 typedef struct{ 6 char isbn[20]; 7 char name[80]; 8 char author[80]; 9 double sal 阅读全文
posted @ 2024-12-22 00:41 liuseki 阅读(11) 评论(0) 推荐(0)