摘要:
t4 1 #include <stdio.h> 2 #define N 10 3 4 typedef struct{ 5 char isbn[20]; 6 char name[80]; 7 char author[80]; 8 double sales_price; 9 int sales_coun 阅读全文
posted @ 2025-06-07 23:03
diaojiayi
阅读(4)
评论(0)
推荐(0)
摘要:
t1 1 // 文件读写操作:格式化读、写文本文件 2 #include <stdio.h> 3 4 #define N 80 5 #define M 100 6 7 typedef struct { 8 char name[N]; // 书名 9 char author[N]; // 作者 10 阅读全文
posted @ 2025-06-07 21:28
diaojiayi
阅读(20)
评论(0)
推荐(0)

浙公网安备 33010602011771号