摘要: 1、实验任务1 task 1_1.c 问题1:找到数据中最大值和最小值 问题2:分别指向用来存放最小值和最大值的地址 点击查看代码 #include <stdio.h> #define N 5 void input(int x[], int n); void output(int x[], int 阅读全文
posted @ 2025-12-11 17:16 嗯亨 阅读(8) 评论(1) 推荐(0)