题解 2901: 查找特定的值

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

筛选

2901: 查找特定的值

摘要:```cpp#include#includeusingnamespacestd;intmain(){intm,n,a[10000],i=0;memset(a,0,sizeof(a));cin>&……

2901: 查找特定的值

摘要:解题思路:注意事项:参考代码:#include<stdio.h>intmain(){&nbsp;&nbsp;intn,m;&nbsp;&nbsp;scanf……

查找特定的值

摘要:解题思路:注意事项:参考代码:#include<stdio.h>intmain(){intn;inta[10000]={0};inti=0;intm;scanf("%d"……

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

摘要:解题思路:输入-判断-输出注意事项:第一次出现字符参考代码:#include<stdio.h>intmain(){&nbsp;&nbsp;intn,x,i;&nbs……

小白题解 2901: 查找特定的值

摘要:解题思路:原本以为使用字符串可以解决了呢,没想到现实给我了一个大逼斗无奈至极注意事项:参考代码:n=input()li=input().split()s=input()ifsinli:&nbs……