交换变量值过程中的顺序,临时变量,被赋值的不同对象 摘要:解题思路:交换变量值过程中的顺序,临时变量,被赋值的不同对象。参考代码:#include<iostream>using&nbsp;namespace&nbsp;std;in…… 题解列表 2024年12月04日 0 点赞 0 评论 36 浏览 评分:0.0
题目意思要理解清楚 摘要:解题思路:注意事项:只动最小值,最大值,第一位,最后一位这四个位置的数字,其他的不动哦。(先找最小值,再找最大值)参考代码:#include<stdio.h>voidf1(inta[]){…… 题解列表 2024年12月04日 0 点赞 0 评论 82 浏览 评分:0.0
一组数组不行就两组 摘要:解题思路:注意事项:在自定义函数中在定义一组数组,用于存放原数组中各数组元素后移形成的各数组元素。参考代码:#include<stdio.h>voidf(inta[],intn,intm)…… 题解列表 2024年12月04日 0 点赞 0 评论 50 浏览 评分:0.0
最普通的解题方法 摘要:解题思路:注意事项:参考代码:#include<stdio.h>intmain(){&nbsp;&nbsp;chara[150];&nbsp;&nbsp;i…… 题解列表 2024年12月04日 0 点赞 0 评论 64 浏览 评分:0.0
1119简单if循环 摘要:解题思路:把数学公式理解就好了注意事项:参考代码:#include<stdio.h>#include<math.h>#defineP(x)pow(x,3)intmain(){i…… 题解列表 2024年12月04日 0 点赞 0 评论 29 浏览 评分:0.0
简易,易懂 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<stdlib.h>intmain(){&nbsp;&nbsp;inta,b,c…… 题解列表 2024年12月04日 0 点赞 0 评论 106 浏览 评分:0.0
c语言代码详细 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<stdlib.h>intmain(){&nbsp;&nbsp;inta,b,c…… 题解列表 2024年12月04日 0 点赞 0 评论 35 浏览 评分:0.0
c语言代码详细 摘要:解题思路:注意事项:参考代码:intmain(){&nbsp;&nbsp;inta,b,c,d;&nbsp;&nbsp;scanf("%d",&am…… 题解列表 2024年12月04日 0 点赞 0 评论 21 浏览 评分:0.0
最大公约数与最小公倍数 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<math.h>intmain(){&nbsp;&nbsp;intm,n;&am…… 题解列表 2024年12月04日 2 点赞 0 评论 211 浏览 评分:10.0
c语言代码详细 摘要:解题思路:注意事项:参考代码:intfun(intn){&nbsp;&nbsp;if(n<=4)&nbsp;&nbsp;returnn;&nbsp;&am…… 题解列表 2024年12月04日 2 点赞 0 评论 236 浏览 评分:0.0