11 2023 档案

摘要:#define _CRT_SECURE_NO_WARNINGS #include <stdio.h> #define N 5 void input(int x[], int n); void output(int x[], int n); void find_min_max(int x[], int 阅读全文
posted @ 2023-11-30 13:57 小黑酱 阅读(10) 评论(0) 推荐(0) 编辑
摘要:#define _CRT_SECURE_NO_WARNINGS #include <stdio.h> #include <math.h> #include <stdio.h> #define N 4 void test1() { int a[N] = { 1, 9, 8, 4 }; int i; / 阅读全文
posted @ 2023-11-15 22:37 小黑酱 阅读(9) 评论(0) 推荐(0) 编辑