题解列表

筛选

python--study||O.o

摘要:参考代码:n = int(input()) a = list(map(int, input().split())) b = list(map(int, input().split())) c =……

python--study||O.o

摘要:参考代码:s = input() res = 0 i = 0 while i < len(s) - 1:     if s[i] == s[i + 1] or s[i] == &#39;?&#……

java求平均年龄

摘要:解题思路:注意事项:参考代码:import java.util.Scanner;public class Main { public static void main(String[] args) {……

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;typedef long long ll;const ll N=1e7;ll a[N……