摘要: 实验任务一 #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 *pmax); 阅读全文
posted @ 2023-11-27 23:09 王勇智 阅读(11) 评论(0) 推荐(0) 编辑