摘要:
3. 1.\与 ’ 组成转义字符输出为 ‘ 2. i < N 确保循环不会超过song[ i ]的最大容量 4. 1 #define _CRT_SECURE_NO_WARNINGS 2 #include <stdio.h> 3 #include <ctype.h> 4 5 int main() { 阅读全文
posted @ 2025-12-26 19:34
.hh
阅读(9)
评论(1)
推荐(0)
摘要:
1 #define _CRT_SECURE_NO_WARNINGS 2 #include <stdio.h> 3 #define N 10 4 5 typedef struct { 6 char isbn[20]; // isbn号 7 char name[80]; // 书名 8 char aut 阅读全文
posted @ 2025-12-20 13:54
.hh
阅读(10)
评论(1)
推荐(0)
摘要:
1.1c 1.find_min_max的作用是查找数组a[N]中的最大值和最小值 2.pmin指向数组a中的最小值min,pmax指向数组a中的最大值max 1.2c 1.查找数组a[N]中的最大值,返回数组a[N]最大的地址 2.可以 2.1c 1.80,sizeof(s1)计算s1数组的大小,s 阅读全文
posted @ 2025-12-07 17:05
.hh
阅读(10)
评论(1)
推荐(0)
浙公网安备 33010602011771号