题解列表
2901: 查找特定的值
摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;typedef long long ll;const ll N=1e7;ll a[N……
题解 3020: 最大数位置
摘要:解题思路:注意事项:参考代码:#include <iostream>using namespace std;typedef long long ll;const ll N=1e7;ll a[N];in……
编写题解 2901: 查找特定的值
摘要:解题思路:#include <bits/stdc++.h>using namespace std;int a,b,d;int c[1000000];int main(){ int sum=1; ……
2901: 查找特定的值
摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;typedef long long ll;const ll N=1e7;ll a[N……
2907: 不与最大数相同的数字之和
摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;typedef long long ll;const ll N=1e7;ll a[N……
1579: 蓝桥杯算法提高VIP-陶陶摘苹果2
摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;typedef long long ll;const ll N=1e7;ll a[N……
蓝桥杯算法提高VIP-陶陶摘苹果2
摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;typedef long long ll;const ll N=1e7;ll a[N……
利用创建动态数组的方法实现求和与均值
摘要:解题思路:注意事项:参考代码: import java.util.Scanner; import java.util.List; import java.util.ArrayList……
2995: 数根JAVA
摘要:解题思路:注意事项:参考代码:import java.math.BigInteger;
import java.util.Scanner;
public class Main {
……