摘要: 四、实验结论 task1_1.c 源代码 1 #include <stdio.h> 2 #define N 5 3 #include<stdlib.h> 4 5 void input(int x[], int n); 6 void output(int x[], int n); 7 void fin 阅读全文