摘要:
实验4 代码 #include <stdio.h> #define N 10 typedef struct { char isbn[20]; // isbn号 char name[80]; // 书名 char author[80]; // 作者 double sales_price; // 售价 阅读全文
posted @ 2026-06-12 22:51
inenen
阅读(7)
评论(0)
推荐(0)
摘要:
实验1 task1.1问题 1.find_min_max的功能是找到长度为n的整型数组x中的最大值和最小值,然后通过pmin和pmax把结果带回主函数。 2.pmin指向main函数里的min,pmax指向main函数里的max。 task1.2问题 1.find_max的功能是找到数组中的最大值所 阅读全文
posted @ 2026-06-02 21:19
inenen
阅读(9)
评论(0)
推荐(0)
浙公网安备 33010602011771号