摘要:
task1 #include <stdio.h> #define N 80 #define M 100 typedef struct { char name[N]; // 书名 char author[N]; // 作者 } Book; void write(); void read(); int 阅读全文
posted @ 2025-12-29 12:40
202563430006丁梓轩
阅读(14)
评论(1)
推荐(0)
摘要:
实验6 c语言结构体和枚举应用编程 #include <stdio.h> #include <string.h> #define N 3 // 运行程序输入测试时,可以把N改小一些输入测试 typedef struct student { int id; // 学号 char name[20]; / 阅读全文
posted @ 2025-12-19 20:18
202563430006丁梓轩
阅读(27)
评论(1)
推荐(0)
摘要:
#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); int m 阅读全文
posted @ 2025-12-05 22:08
202563430006丁梓轩
阅读(14)
评论(1)
推荐(0)
浙公网安备 33010602011771号