摘要: 实验任务1 代码 #include <stdio.h> #include <stdlib.h> #define N 4 #define M 2 void test1() { int x[N] = {1, 9, 8, 4}; int i; printf("sizeof(x) = %d\n", size 阅读全文
posted @ 2025-04-20 23:21 理塘小马守护者丁真 阅读(5) 评论(0) 推荐(0)