摘要: 实验任务1 task1_1.c程序源码: 1 #include <stdio.h> 2 #include<stdlib.h> 3 #define N 5 4 5 void input(int x[], int n); 6 void output(int x[], int n); 7 void fin 阅读全文
posted @ 2025-05-14 23:41 gyn1111 阅读(18) 评论(0) 推荐(0)