蓝桥杯算法提高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 评论 69 浏览 评分:0.0
1579: 蓝桥杯算法提高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 评论 73 浏览 评分:0.0
1579: 蓝桥杯算法提高VIP-陶陶摘苹果2 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>typedef long long ll;const int N=1e7;ll a[N];using namespace s…… 题解列表 2024年04月20日 0 点赞 0 评论 108 浏览 评分:0.0
题解 1579: 蓝桥杯算法提高VIP-陶陶摘苹果2 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;typedef long long ll;const int N = 1e7;ll…… 题解列表 2024年04月20日 0 点赞 0 评论 91 浏览 评分:0.0
1579: 蓝桥杯算法提高VIP-陶陶摘苹果2(感谢支持) 摘要:参考代码:int main() { int sum = 0;//定义变量sum的值为0,方便以后计算 cin>>a>>b;//输入a和b的值 for(int i=0;i…… 题解列表 2023年07月18日 0 点赞 1 评论 46 浏览 评分:7.3
11111111111111111111111111111111111111111111 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ int n,a[201],m; scanf("%d%d",&…… 题解列表 2022年08月08日 0 点赞 0 评论 102 浏览 评分:0.0
蓝桥杯算法提高VIP-陶陶摘苹果2 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;long long n,t,m,a,h;int main() { cin>>n…… 题解列表 2022年05月08日 0 点赞 0 评论 95 浏览 评分:0.0
蓝桥杯算法提高VIP-陶陶摘苹果2-题解(C++代码) 摘要:解题思路:思路见程序注意事项:输出的是不能摘的!!!!!参考代码:#include<bits/stdc++.h>int main(){ int n; int b;//手伸直能达到的最大高度 in…… 题解列表 2022年05月08日 0 点赞 0 评论 163 浏览 评分:9.9
蓝桥杯算法提高VIP-陶陶摘苹果2 题解 摘要:解题思路:就是用总数减去有几个苹果的高度是小于或等于陶陶伸手的高度加上椅子的高度的数量。注意事项:是还有几个苹果,而不是摘了几个苹果!参考代码:#include<bits/stdc++.h>using…… 题解列表 2022年05月07日 0 点赞 0 评论 179 浏览 评分:0.0
陶陶又偷苹果!! 摘要:解题思路: 按题目意思输入就好。注意事项: 小心这次题目要求的是陶陶摘不到苹果的数目!参考代码:#include<iostream> using namespace st…… 题解列表 2022年02月21日 0 点赞 0 评论 145 浏览 评分:9.9