递归7行解决猴子吃桃 摘要:参考代码:n=eval(input())def peach(m): if m==n: return 1 &…… 题解列表 2024年12月16日 1 点赞 0 评论 138 浏览 评分:0.0
简单易懂的解 摘要:解题思路:注意事项:参考代码:#include <stdio.h>#include <string.h>int main(){ char a…… 题解列表 2024年12月16日 0 点赞 0 评论 25 浏览 评分:0.0
字符类型统计 摘要:解题思路:数组,便于想到注意事项:参考代码:#include<string.h>void fun(char a[]){ int p=0,b=0,c=0,d=0,i; int len=str…… 题解列表 2024年12月16日 0 点赞 0 评论 70 浏览 评分:0.0
3059: 开餐馆 DP DP DP DP 摘要:解题思路:注意事项:参考代码:#include"bits/stdc++.h" using namespace std; int t,n,k,m[1…… 题解列表 2024年12月17日 0 点赞 0 评论 34 浏览 评分:0.0
简单易想到 摘要:解题思路:进行字符串拼接注意事项:参考代码:#include<stdio.h>#include<string.h>void fun(char*a,char*b){ char c…… 题解列表 2024年12月17日 1 点赞 0 评论 96 浏览 评分:0.0
利用等比数列前n项和公式来解决问题 摘要:解题思路:利用等比数列前n项和公式注意事项:该等比数列的项数为n-1个项参考代码:#include <stdio.h>#include <math.h>int main(){&…… 题解列表 2024年12月17日 1 点赞 0 评论 38 浏览 评分:10.0
3060: 合并石子 区间DP 摘要:解题思路:注意事项:参考代码:#include"bits/stdc++.h" using namespace std; // 定义全局变量n和数组…… 题解列表 2024年12月17日 0 点赞 0 评论 47 浏览 评分:0.0
2852配对碱基链 摘要:解题思路:注意事项:#n=include<string>是引用strlen函数的头文件参考代码:#include<stdio.h>#include<string.h>…… 题解列表 2024年12月17日 3 点赞 0 评论 46 浏览 评分:10.0
while循环的简单使用 摘要:解题思路:注意事项:参考代码:#include <stdio.h>int x(int n) { int sum = 0; if (n &…… 题解列表 2024年12月17日 0 点赞 0 评论 82 浏览 评分:0.0