摘要:
实验任务4 源代码 1 #include <stdio.h> 2 #include <stdlib.h> 3 #define N 10 4 5 typedef struct { 6 char isbn[20]; // isbn号 7 char name[80]; // 书名 8 char autho 阅读全文
posted @ 2026-06-16 19:55
极法魔君
阅读(0)
评论(0)
推荐(0)
摘要:
实验任务1 源代码1 1 #include <stdio.h> 2 #include<stdlib.h> 3 #define N 5 4 5 void input(int x[], int n); 6 void output(int x[], int n); 7 void find_min_max( 阅读全文
posted @ 2026-06-03 01:40
极法魔君
阅读(6)
评论(0)
推荐(0)
浙公网安备 33010602011771号