摘要: 实验任务一 源代码task1.c 1 #include <stdio.h> 2 #include <stdlib.h> 3 #define N 4 4 #define M 2 5 6 void test1() { 7 int x[N] = {1, 9, 8, 4}; 8 int i; 9 10 pr 阅读全文
posted @ 2026-05-02 15:36 wuhahahaha 阅读(8) 评论(0) 推荐(0)