蓝桥杯2017年第八届真题-分考场 (C++代码)典型染图方法 摘要:#include<iostream> #include<cstring> #include<cstdio> using namespace std; int vis[110][110],a[1…… 题解列表 2019年03月30日 0 点赞 0 评论 937 浏览 评分:9.9
。。保持队形。。:矩阵最大值 (C语言代码)可AC 摘要:#include<stdio.h> int main() { int m,n,i,j,max,t,sum,a[100][100]; while(scanf("%d%d",&m,&n)!=E…… 题解列表 2019年03月21日 3 点赞 0 评论 1523 浏览 评分:9.9
蓝桥杯算法提高VIP-实数相加 (C++代码) 摘要:#include<iostream> #include<algorithm> #include<string> using namespace std; const int N=200; i…… 题解列表 2019年03月21日 0 点赞 0 评论 1021 浏览 评分:9.9
数星星 (C++描述 暴力) 摘要:解题思路:注意事项:参考代码:#include<cstdio> #include<cstring> using namespace std; int map[1001][1001]; in…… 题解列表 2019年03月21日 0 点赞 2 评论 1223 浏览 评分:9.9
蓝桥杯算法提高VIP-打水问题 (C++代码) 摘要:解题思路:注意事项:参考代码:#include<iostream> #include<algorithm> using namespace std; const int N = 1010,M =…… 题解列表 2019年03月21日 0 点赞 0 评论 947 浏览 评分:9.9
蓝桥杯2017年第八届真题-Excel地址 (C++代码)水题 摘要:解题思路:注意事项:参考代码:#include<iostream> #include<queue> #include<stack> using namespace std; int main(…… 题解列表 2019年03月21日 0 点赞 2 评论 1017 浏览 评分:9.9
蓝桥杯算法提高VIP-特殊的质数肋骨 (C语言代码) DFS遍历, 有注释 摘要:解题思路:符合该种质数的一位的质数为2, 3, 5, 7;而两位的质数为2x, 3x, 5x, 7x....可以发现多一位位数即在前面是质数的基础上 * 10 再 加上 一个数,这个数很明显不能是偶数…… 题解列表 2019年03月21日 1 点赞 2 评论 1640 浏览 评分:9.9
蓝桥杯算法提高VIP-删除数组中的0元素 (Java代码) 摘要:解题思路:注意事项:参考代码:import java.util.Arrays;import java.util.Scanner;public class Main { public static…… 题解列表 2019年03月22日 0 点赞 0 评论 1075 浏览 评分:9.9
蓝桥杯算法提高VIP-排列式 (C++代码) 摘要:解题思路:#include<iostream> #include<algorithm> #include<cstdio> using namespace std; int main(void)…… 题解列表 2019年03月22日 0 点赞 0 评论 1104 浏览 评分:9.9
C语言程序设计教程(第三版)课后习题7.2 (Java代码) 摘要:解题思路:注意事项:参考代码:import java.util.Scanner;public class Main { public static void main(String[] args…… 题解列表 2019年03月22日 0 点赞 0 评论 729 浏览 评分:9.9