摘要: task_4 点击查看代码 #include <stdio.h> #define N 10 typedef struct { char isbn[20]; char name[80]; char author[80]; double sales_price; int sales_count; }Bo 阅读全文
posted @ 2026-06-14 15:35 江苏燕双鹰 阅读(15) 评论(0) 推荐(0)