摘要: 实验四 实验任务一 代码 点击查看代码 #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 20:59 任书静 阅读(12) 评论(0) 推荐(0)