摘要: task.1_1 源码 #include <stdio.h> #include<stdlib.h> #define N 5 void input(int x[], int n); void output(int x[], int n); void find_min_max(int x[], int 阅读全文
posted @ 2023-11-27 21:08 lv_y 阅读(29) 评论(0) 推荐(0)