05 2026 档案

摘要:task1 代码: 1 #include <stdio.h> 2 #define N 5 3 4 void input(int x[], int n); 5 void output(int x[], int n); 6 void find_min_max(int x[], int n, int *p 阅读全文
posted @ 2026-05-29 23:54 franxx2022 阅读(15) 评论(0) 推荐(0)
摘要:task1 代码: 1 #include <stdio.h> 2 #define N 4 3 #define M 2 4 5 void test1() { 6 int x[N] = {1, 9, 8, 4}; 7 int i; 8 9 // 输出数组x占用的内存字节数 10 printf("size 阅读全文
posted @ 2026-05-02 19:30 franxx2022 阅读(12) 评论(0) 推荐(0)