摘要: 任务1源码 1 #include<stdlib.h> 2 #include <stdio.h> 3 #define N 5 4 5 void input(int x[], int n); 6 void output(int x[], int n); 7 void find_min_max(int x 阅读全文
posted @ 2023-11-28 14:54 孙一发 阅读(14) 评论(0) 推荐(0) 编辑