摘要:
任务四 #include<stdio.h> #define N 10 typedef struct{ char isbn[20]; char name[80]; char author[20]; double sales_price; int sales_count; }Book; void out 阅读全文
posted @ 2025-12-23 12:58
Wu_He
阅读(8)
评论(1)
推荐(0)
2025年12月23日