摘要: 实验任务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 find 阅读全文
posted @ 2026-06-02 21:23 wuhahahaha 阅读(9) 评论(0) 推荐(0)