全部遍历后再输出-1 摘要:解题思路:注意cout出-1的位置,如果是在if下面,即意味着单次判断无x即直接-1,而实际上应该是全部遍历后再判断。注意事项:参考代码:#include<iostream> using…… 题解列表 2024年12月10日 0 点赞 0 评论 33 浏览 评分:0.0
C语言 指针解决问题 练手 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main ( ){ int n=0 ,x=0 ,reco…… 题解列表 2024年12月09日 0 点赞 0 评论 26 浏览 评分:0.0
查找特定值(简单易懂!!!) 摘要:解题思路:注意事项:参考代码:#includeintmain(){ intn,i,x; intcount=0;&nb…… 题解列表 2024年11月30日 0 点赞 0 评论 81 浏览 评分:9.9
python--study||O.o 摘要:参考代码:def main(): n = int(input())&…… 题解列表 2024年09月02日 0 点赞 0 评论 30 浏览 评分:0.0
2901: 查找特定的值 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>usingnamespacestd;typedeflonglongll;constllN=1e7;lla[N];…… 题解列表 2024年04月21日 0 点赞 0 评论 77 浏览 评分:0.0
编写题解 2901: 查找特定的值 摘要:解题思路:#include<bits/stdc++.h>usingnamespacestd;inta,b,d;intc[1000000];intmain(){ &…… 题解列表 2024年04月21日 0 点赞 0 评论 86 浏览 评分:0.0
2901: 查找特定的值 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>usingnamespacestd;typedeflonglongll;constllN=1e7;lla[N];…… 题解列表 2024年04月21日 0 点赞 0 评论 79 浏览 评分:0.0
2901: 查找特定的值 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>typedeflonglongll;constintN=1e7;lla[N];usingnamespacestd…… 题解列表 2024年04月20日 0 点赞 0 评论 77 浏览 评分:2.0
题解 2901: 查找特定的值 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>usingnamespacestd;typedeflonglongll;constintN=1e7;lla[N]…… 题解列表 2024年04月20日 0 点赞 0 评论 57 浏览 评分:0.0
2901: 查找特定的值 摘要:注意事项:第一遍没做出来!!没有想到bool变量和第二个if!!参考代码:#include<iostream> using namespace&…… 题解列表 2024年03月19日 0 点赞 0 评论 75 浏览 评分:9.9