摘要:
task4源代码 #include <stdio.h> #define N 10 typedef struct { char isbn[20]; char name[80]; char author[80]; double sales_price; int sales_count; } Book; 阅读全文
posted @ 2026-06-16 21:10
孙梦豪
阅读(3)
评论(0)
推荐(0)
摘要:
task1.1源代码 #include <stdio.h> #define N 5 void input(int x[], int n); void output(int x[], int n); void find_min_max(int x[], int n, int* pmin, int* p 阅读全文
posted @ 2026-06-01 21:46
孙梦豪
阅读(9)
评论(0)
推荐(0)
浙公网安备 33010602011771号