摘要: 实验任务1 task1_1.c和task1_2.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[ 阅读全文
posted @ 2025-05-19 00:04 DownJackring 阅读(11) 评论(0) 推荐(0)