2023年11月27日
摘要: task1_1 code #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 阅读全文
posted @ 2023-11-27 16:59 Bulletproof_Picasso 阅读(17) 评论(0) 推荐(0)