题解 2901: 查找特定的值

来看看其他人写的题解吧!要先自己动手做才会有提高哦! 
返回题目 | 我来写题解

筛选

全部遍历后再输出-1

摘要:解题思路:注意cout出-1的位置,如果是在if下面,即意味着单次判断无x即直接-1,而实际上应该是全部遍历后再判断。注意事项:参考代码:#include<iostream> using……

2901: 查找特定的值

摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>usingnamespacestd;typedeflonglongll;constllN=1e7;lla[N];……

2901: 查找特定的值

摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>usingnamespacestd;typedeflonglongll;constllN=1e7;lla[N];……

2901: 查找特定的值

摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>typedeflonglongll;constintN=1e7;lla[N];usingnamespacestd……

题解 2901: 查找特定的值

摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>usingnamespacestd;typedeflonglongll;constintN=1e7;lla[N]……

2901: 查找特定的值

摘要:```#includeusingnamespacestd;intn,x,N[100000];intmain(){cin>>n;for(inti=1;i>N[i];}cin>&g……

查找特定的值

摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>usingnamespacestd;inta[10000000];intmain(){&nbsp;&am……

2901: 查找特定的值

摘要:参考代码:#include<bits/stdc++.h>usingnamespacestd;inta,b,d;intc[1000000];intmain(){&nbsp;&……

编写题解 2901: 查找特定的值

摘要:解题思路:&nbsp;1、创建三个变量(intn输入个数,m目标boolz用于判断是否有目标数=false)&nbsp;2、创建一个数组a[10001]&nbsp;3、输入输入……