摘要:
任务6 1 #define _CRT_SECURE_NO_WARNINGS 2 #include <stdio.h> 3 #include <string.h> 4 #include<stdlib.h> 5 6 #include<time.h> 7 #define N 100 8 int main( 阅读全文
posted @ 2025-12-26 23:53
空元
阅读(30)
评论(1)
推荐(0)
摘要:
试验任务4 1 #define _CRT_SECURE_NO_WARNINGS 2 #include<stdio.h> 3 #include<string.h> 4 #define N 10 5 typedef struct { 6 char isbn[20]; 7 char name[80]; 8 阅读全文
posted @ 2025-12-19 18:40
空元
阅读(12)
评论(1)
推荐(0)
摘要:
实验任务1 源代码: 1 #include<stdio.h> 2 #define N 5 3 void input(int x[], int n); 4 void output(int x[], int n); 5 int* find_max(int x[], int n); 6 int main( 阅读全文
posted @ 2025-12-11 16:11
空元
阅读(8)
评论(1)
推荐(0)
浙公网安备 33010602011771号