摘要: #include <stdio.h> # define N 10 # define M 30 int count_line(); int count_words(); int main() { printf("data4.txt统计结果:\n"); printf("行数:%d\n", count_l 阅读全文
posted @ 2025-06-04 19:36 随风意 阅读(20) 评论(0) 推荐(0)
摘要: task1 #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 n, int *pmin, int *pmax); 阅读全文
posted @ 2025-06-04 18:57 随风意 阅读(6) 评论(0) 推荐(0)