摘要: 实验任务一 task1_1.c 程序代码 #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 *pm 阅读全文
posted @ 2025-05-19 10:49 古明地理 阅读(23) 评论(0) 推荐(0)