1096: Minesweeper 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>#define MAX 100 // 地图最大尺寸 using namespace std; char position[M…… 题解列表 2022年05月08日 0 点赞 0 评论 402 浏览 评分:0.0
1098: 陶陶摘苹果 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std; const int apple = 10; // 苹果数量int main() {…… 题解列表 2022年05月08日 0 点赞 0 评论 328 浏览 评分:0.0
经典背包问题 摘要:import java.io.*; public class Main { static BufferedReader bf=new BufferedReader(new InputStre…… 题解列表 2022年05月08日 0 点赞 1 评论 451 浏览 评分:9.9
1099: 校门外的树 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ char L[10001]={0}; int a…… 题解列表 2022年05月08日 0 点赞 0 评论 404 浏览 评分:0.0
编写题解 1018: [编程入门]有规律的数列求和 摘要:解题思路:奥妙注意事项:参考代码:#include "stdio.hint main() { int n; float sum=0.0,a=2.0,b=1.0; scanf("%d"…… 题解列表 2022年05月08日 0 点赞 0 评论 325 浏览 评分:0.0
Jam的计数法 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;typedef long long LL;namespace IO{ inli…… 题解列表 2022年05月08日 0 点赞 0 评论 503 浏览 评分:0.0
蓝桥杯算法提高VIP-计算质因子 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;bool isprime(int x) { //判断质数 for(int i …… 题解列表 2022年05月08日 0 点赞 0 评论 348 浏览 评分:2.0
蓝桥杯算法提高VIP-输出九九乘法表 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ cout<<" Nine-by-nine Multipli…… 题解列表 2022年05月08日 0 点赞 0 评论 561 浏览 评分:2.0
蓝桥杯算法提高VIP-输出正反三角形 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main() { int a, b; cin >> a >>…… 题解列表 2022年05月08日 0 点赞 0 评论 382 浏览 评分:2.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 评论 291 浏览 评分:0.0