蓝桥杯算法提高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
蓝桥杯算法提高VIP-陶陶摘苹果2 (Java代码) 摘要: import java.util.Scanner; public class Main { /** * @param args */ public static …… 题解列表 2018年02月23日 0 点赞 0 评论 711 浏览 评分:0.0
蓝桥杯算法提高VIP-陶陶摘苹果2 (C语言代码) 摘要:解题思路:注意事项:参考代码:#include<stdio.h>void main(){ int a, b, i, m, num = 0; scanf("%d%d", &a, &b); f…… 题解列表 2018年11月06日 0 点赞 0 评论 336 浏览 评分:0.0
蓝桥杯算法提高VIP-陶陶摘苹果2-题解(C++代码) 摘要: #include using namespace std; int main() { int n,m,count=0; cin>>n>>m; …… 题解列表 2020年02月20日 0 点赞 0 评论 210 浏览 评分:0.0
陶陶摘苹果 摘要:解题思路:判断注意事项:参考代码:import java.util.Scanner;public class Main { public static void main(String[] ar…… 题解列表 2021年07月16日 0 点赞 0 评论 204 浏览 评分:0.0
蓝桥杯算法提高VIP-陶陶摘苹果2-题解(C语言代码) 摘要:```cpp #include using namespace std; int main(){ int n,m; cin>>n>>m; int count=0;…… 题解列表 2020年03月27日 0 点赞 0 评论 262 浏览 评分: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
蓝桥杯算法提高VIP-陶陶摘苹果2 (C语言代码) 摘要:解题思路:很简单的题目。注意事项:参考代码:#include<stdio.h> int main() { int m,n; int s=0,h,i; scanf("%d%d",&n,&…… 题解列表 2018年09月11日 0 点赞 0 评论 545 浏览 评分:0.0
蓝桥杯算法提高VIP-陶陶摘苹果2 (C++代码)我是一个不看题目的傻逼.. 摘要:解题思路:还剩多少个苹果!参考代码:#include<bits/stdc++.h> using namespace std; int main(){ int n,hight; while(…… 题解列表 2018年12月30日 0 点赞 0 评论 385 浏览 评分:0.0
陶陶摘苹果2 (C语言代码) 摘要:解题思路:注意事项:参考代码:#include<stdio.h> int main(){ int m,n,a[200],count=0; scanf("%d %d",&n,&m); fo…… 题解列表 2017年10月22日 0 点赞 0 评论 748 浏览 评分:0.0