题解列表

筛选

数组逆序重放

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

陶陶摘苹果

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

用max算法比较同时返回较大的值

摘要:解题思路:面对两个值,用max算法比较同时返回较大的值。注意事项:清零时,清除的是积累的连续count,意味着断开重新比较。参考代码:#include<iostream>#include&……

c++小白,暴力ac

摘要:解题思路:注意事项:参考代码://#include<iostream>//usingnamespacestd;//inta[1000],b[1000],c[1000];//intmain(……

喔喔喔喔喔喔喔喔喔

摘要:解题思路:注意事项:参考代码:#include<stdio.h>intmain(){doublef1=1,f2=2,sum=0,n,f3,temp;scanf("%lf&quot……

简易,易懂

摘要:解题思路:注意事项:参考代码:intmain(){  intn;  floatsum=0; &nbsp……