题解 2901: 查找特定的值 摘要: #include using namespace std; int c,b,d,sum=1; int a[200000]; int main(){ …… 题解列表 2023年12月02日 0 点赞 0 评论 101 浏览 评分:0.0
c语言简单解法 摘要:解题思路:利用数组求解,利用break用来使循环终止从而达到前面的i先输出,提前设输出变量=-1,若符合则变量=i+1,避免if多次判断注意事项:不要把赋值和等于号混淆,数组下标从0开始参考代码:#i…… 题解列表 2023年12月07日 0 点赞 0 评论 227 浏览 评分:9.9
查找特定的值 摘要:解题思路:注意事项:参考代码:import java.util.Scanner;public class Java { public static void java(String[] args…… 题解列表 2023年12月14日 0 点赞 2 评论 138 浏览 评分:9.9
编写题解 2901: 查找特定的值 摘要:解题思路:注意事项:参考代码:package arrLast; //题目 2901: 查找特定的值 import java.util.Scanner; public class t_2901 {…… 题解列表 2024年01月31日 1 点赞 0 评论 87 浏览 评分:0.0
查找特定的值C解 摘要:解题思路:注意事项:注意看题参考代码:#include<stdio.h>int main(){ int n,a[10000],i,m,count=0; scanf("%d",&n); …… 题解列表 2024年02月22日 0 点赞 0 评论 89 浏览 评分:0.0
2901: 查找特定的值 摘要:注意事项:第一遍没做出来!!没有想到bool变量 和 第二个if!!参考代码:#include<iostream> using namespace std; int main() { bo…… 题解列表 2024年03月19日 0 点赞 0 评论 115 浏览 评分:9.9
题解 2901: 查找特定的值 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;typedef long long ll;const int N = 1e7;ll…… 题解列表 2024年04月20日 0 点赞 0 评论 86 浏览 评分:0.0
2901: 查找特定的值 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>typedef long long ll;const int N=1e7;ll a[N];using namespace s…… 题解列表 2024年04月20日 0 点赞 0 评论 89 浏览 评分:2.0
2901: 查找特定的值 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;typedef long long ll;const ll N=1e7;ll a[N…… 题解列表 2024年04月21日 0 点赞 0 评论 98 浏览 评分:0.0
编写题解 2901: 查找特定的值 摘要:解题思路:#include <bits/stdc++.h>using namespace std;int a,b,d;int c[1000000];int main(){ int sum=1; …… 题解列表 2024年04月21日 0 点赞 0 评论 123 浏览 评分:0.0