猴子吃桃的问题,五行代码 摘要:解题思路:注意事项:参考代码:N = int(input())my_list = [None] * (N-1) + [1]for i in reversed(range(1,N)): # revers…… 题解列表 2024年04月21日 1 点赞 0 评论 338 浏览 评分:9.9
2995: 数根JAVA 摘要:解题思路:注意事项:参考代码:import java.math.BigInteger; import java.util.Scanner; public class Main { …… 题解列表 2024年04月21日 0 点赞 0 评论 181 浏览 评分:0.0
我觉得是最简单的 摘要:解题思路:注意事项:参考代码:#include <stdio.h>int main(){ int a = 1, b = 2, c; double sum = 0.0; scanf("…… 题解列表 2024年04月21日 0 点赞 0 评论 385 浏览 评分:0.0
2994: 计算对数 摘要:解题思路:注意事项:参考代码:import java.lang.*; import java.math.BigInteger; import java.util.Scanner; pub…… 题解列表 2024年04月21日 0 点赞 0 评论 157 浏览 评分:0.0
2993: 实数加法 摘要:解题思路:注意事项:参考代码:import java.lang.*; import java.math.BigDecimal; import java.util.Scanner; pub…… 题解列表 2024年04月21日 0 点赞 0 评论 208 浏览 评分:0.0
python--study||O.o 摘要:参考代码:t = int(input()) for test in range(t): T = list(input()) S = list(input()) n = …… 题解列表 2024年04月21日 0 点赞 0 评论 290 浏览 评分:0.0
题解 1099: 校门外的树 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;typedef long long ll;const ll N=1e5+5;int…… 题解列表 2024年04月21日 0 点赞 0 评论 188 浏览 评分:9.9
题解 1099: 校门外的树 摘要:解题思路:e……注意事项:注意事项:注意事项:别抄我的,抄我的人我诅咒他电脑10秒关机参考代码:#include<bits/stdc++.h>using namespace std;int i,j,k…… 题解列表 2024年04月21日 0 点赞 0 评论 208 浏览 评分:0.0
2826: 雇佣兵 (几种解法,存疑) 摘要:以下有两种思路的代码,第一种: ```c int main() { int zhan,neng,M,N,X; scanf("%d%d%d",&M,&zhan,&ne…… 题解列表 2024年04月22日 0 点赞 4 评论 119 浏览 评分:0.0
单纯模拟我写详细点,方便新人观看 摘要:解题思路:主要看数据量,不是很大的都考虑先模拟。(求赞!)注意事项:看清题,是奇数还是偶数分清楚,今年考的时候就看错了,还好改了参考代码:#include<iostream>using namespa…… 题解列表 2024年04月22日 1 点赞 0 评论 328 浏览 评分:0.0