给哥哥大苏打大师傅发射点风格如果 摘要:解题思路:注意事项:参考代码:#include <iostream>using namespace std;int main(){ //比赛n轮,输入n ,小A的周期长度na,小B的周期长度nb…… 题解列表 2024年04月21日 0 点赞 0 评论 147 浏览 评分:0.0
python--study||O.o 摘要:参考代码:n = int(input()) a = list(map(int, input().split())) b = list(map(int, input().split())) c =…… 题解列表 2024年04月21日 0 点赞 0 评论 343 浏览 评分:0.0
与指定数字相同的数的个数 摘要:解题思路:注意事项:参考代码:#include <iostream>using namespace std;const int N=1e7;typedef long long ll;int a[N];…… 题解列表 2024年04月21日 0 点赞 0 评论 144 浏览 评分:0.0
python--study||O.o 摘要:参考代码:s = input() res = 0 i = 0 while i < len(s) - 1: if s[i] == s[i + 1] or s[i] == '?&#…… 题解列表 2024年04月21日 0 点赞 0 评论 289 浏览 评分:0.0
java求平均年龄 摘要:解题思路:注意事项:参考代码:import java.util.Scanner;public class Main { public static void main(String[] args) {…… 题解列表 2024年04月21日 0 点赞 0 评论 255 浏览 评分:0.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 评论 178 浏览 评分:0.0
题解 3020: 最大数位置 摘要:解题思路:注意事项:参考代码:#include <iostream>using namespace std;typedef long long ll;const ll N=1e7;ll a[N];in…… 题解列表 2024年04月21日 0 点赞 0 评论 274 浏览 评分: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 评论 241 浏览 评分:0.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 评论 175 浏览 评分:0.0
2907: 不与最大数相同的数字之和 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;typedef long long ll;const ll N=1e7;ll a[N…… 题解列表 2024年04月21日 0 点赞 0 评论 149 浏览 评分:0.0