题解列表

筛选

在哪你都看得到我记住这句话

摘要:解题思路:只有第二个数据是有用的,所以读取到第二个就好了注意事项:参考代码:#include<iostream>usingnamespacestd;int&……

在哪你都看得到我记住这句话

摘要:解题思路:以后我的出现会让你安心,起初人们对这句话并不在意注意事项:参考代码:#include<iostream>usingnamespacestd;int……

在哪你都看得到我记住这句话

摘要:解题思路:从第三行开始,向上一行就左右各减一个,向下左右也各减一个。参考代码:#include<iostream>usingnamespacestd……

直接输出就完事了

摘要:解题思路:注意事项:参考代码:#include<iostream>usingnamespacestd;intmain()&nbs……

使用函数解决

摘要:解题思路:先找两个数的最大值,再与另一个数比较注意事项:参考代码:#include<iostream>using namespace std;int max(int a, int b) {……