摘要:
1.实验任务1 task1.c 源代码 1 #include <stdio.h> 2 #define N 4 3 #define M 2 4 void test1() { 5 int x[N] = {1, 9, 8, 4}; 6 int i; 7 // 输出数组x占用的内存字节数 8 printf( 阅读全文
posted @ 2026-05-02 13:47
suisui-gdn
阅读(9)
评论(0)
推荐(0)
2026年5月2日