05 2026 档案

摘要:实验任务1 源代码 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 printf("sizeof(x) = %d\n", sizeof( 阅读全文
posted @ 2026-05-05 21:21 极法魔君 阅读(7) 评论(0) 推荐(0)