题解列表

筛选

求球的体积

摘要:解题思路:注意事项:参考代码:#include<stdio.h>intmain(){  doubler,v;  wh……

年龄与疾病

摘要:解题思路:注意事项:参考代码:#include<stdio.h>intmain(){  inti,n,a[n],b=0,c=0,d=0,e=0;&amp……

1851利用while和for循环解决

摘要:解题思路:利用while进行输出循环,再利用好for循环将水仙花数进行筛选出来。注意事项:参考代码:#include<stdio.h>#include<math.h>#defi……

利用一个小学方程的方法

摘要:解题思路:小学求鸡兔同笼的方法注意事项:参考代码:#include<stdio.h>intmain(){ints;scanf("%d",&s);for(inti……