摘要:
实验4_C语言数组应用编程 实验任务1 task1.c源代码 点击查看代码 #include <stdio.h> #include<stdlib.h> #define N 4 #define M 2 void test1() { int x[N] = {1, 9, 8, 4}; int i; // 阅读全文
posted @ 2025-04-20 23:29
High_Auditorium
阅读(10)
评论(0)
推荐(0)