欢迎各位新手,哪里有不对的请多多包涵,一起学习一起努力 摘要:解题思路: 根据题目给出1<k<100,其中每个数都是大于等于1 小于等于10的数 …… 题解列表 2025年06月16日 1 点赞 0 评论 3 浏览 评分:10.0
最长不降子序列 摘要:解题思路:注意事项:不一定连续参考代码:#include<bits/stdc++.h>using namespace std;const int N=1005;int a[N],dp[N]…… 题解列表 2025年06月16日 0 点赞 0 评论 2 浏览 评分:0.0
c++解法(新手) 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ int a,b,c,d…… 题解列表 2025年06月15日 1 点赞 0 评论 12 浏览 评分:10.0
c++解法(新手) 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ int a,b,c=0…… 题解列表 2025年06月15日 0 点赞 0 评论 7 浏览 评分:0.0
新手查看满足条件的数累加 摘要:解题思路:注意事项:参考代码:这个是使用的是whileint main(){ int m = 0; int n = 0; scanf("%d %d", &m, &n…… 题解列表 2025年06月15日 1 点赞 0 评论 17 浏览 评分:10.0
图形-python取余数来选择位置 摘要:解题思路:注意事项:参考代码:s='2025'h,w=map(int,input().split())for i in range(h): a='…… 题解列表 2025年06月14日 0 点赞 0 评论 20 浏览 评分:0.0
最高的分数 摘要:解题思路:注意事项:参考代码:int main(){ int n = 0; scanf("%d", &n);…… 题解列表 2025年06月13日 1 点赞 0 评论 23 浏览 评分:10.0
求整数的和与均值 摘要:解题思路:注意事项:参考代码:int main(){ int n = 0; scanf("%d", &n);…… 题解列表 2025年06月13日 1 点赞 0 评论 31 浏览 评分:10.0