题解 1099: 校门外的树 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;typedef long long ll;const ll N=1e5+5;int…… 题解列表 2024年04月21日 0 点赞 0 评论 204 浏览 评分:9.9
python--study||O.o 摘要:参考代码:t = int(input()) for test in range(t): T = list(input()) S = list(input()) n = …… 题解列表 2024年04月21日 0 点赞 0 评论 298 浏览 评分:0.0
2993: 实数加法 摘要:解题思路:注意事项:参考代码:import java.lang.*; import java.math.BigDecimal; import java.util.Scanner; pub…… 题解列表 2024年04月21日 0 点赞 0 评论 224 浏览 评分:0.0
2994: 计算对数 摘要:解题思路:注意事项:参考代码:import java.lang.*; import java.math.BigInteger; import java.util.Scanner; pub…… 题解列表 2024年04月21日 0 点赞 0 评论 167 浏览 评分:0.0
我觉得是最简单的 摘要:解题思路:注意事项:参考代码:#include <stdio.h>int main(){ int a = 1, b = 2, c; double sum = 0.0; scanf("…… 题解列表 2024年04月21日 0 点赞 0 评论 401 浏览 评分:0.0
2995: 数根JAVA 摘要:解题思路:注意事项:参考代码:import java.math.BigInteger; import java.util.Scanner; public class Main { …… 题解列表 2024年04月21日 0 点赞 0 评论 195 浏览 评分:0.0
猴子吃桃的问题,五行代码 摘要:解题思路:注意事项:参考代码:N = int(input())my_list = [None] * (N-1) + [1]for i in reversed(range(1,N)): # revers…… 题解列表 2024年04月21日 1 点赞 0 评论 355 浏览 评分:9.9
输出一个整数序列中与指定数字相同的数的个数。 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int n,x,count=0,y; scanf("%d\n",&n); int a[n]; …… 题解列表 2024年04月21日 1 点赞 0 评论 474 浏览 评分:7.0
利用创建动态数组的方法实现求和与均值 摘要:解题思路:注意事项:参考代码: import java.util.Scanner; import java.util.List; import java.util.ArrayList…… 题解列表 2024年04月21日 0 点赞 0 评论 178 浏览 评分:0.0
蓝桥杯算法提高VIP-陶陶摘苹果2 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;typedef long long ll;const ll N=1e7;ll a[N…… 题解列表 2024年04月21日 0 点赞 0 评论 170 浏览 评分:0.0