摘要: 任务1 源代码 1 #include <stdio.h> 2 #include <stdlib.h> 3 #define N 4 4 #define M 2 5 6 void test1() { 7 int x[N] = {1, 9, 8, 4}; 8 int i; 9 10 printf("siz 阅读全文
posted @ 2025-11-16 20:52 辣椒酱拌芥末 阅读(4) 评论(1) 推荐(0)