蓝桥杯算法提高VIP-格子位置 (C语言代码) 摘要:####原题链接:[[蓝桥杯][算法提高VIP]格子位置][18839270274][18839270274]:https://www.dotcpp.com/oj/problem1538.html&q…… 文章列表 2020年01月06日 0 点赞 0 评论 361 浏览 评分:9.9
蓝桥杯算法训练VIP-字串统计 (C语言代码) 摘要:####原题链接:[[蓝桥杯][算法训练VIP]字串统计][18839270274][18839270274]:https://www.dotcpp.com/oj/problem1619.html&q…… 文章列表 2020年01月07日 0 点赞 0 评论 258 浏览 评分:9.9
蓝桥杯算法训练VIP-和为T (C语言代码)--------------C语言——菜鸟级 摘要:####原题链接:[[蓝桥杯][算法训练VIP]和为T][18839270274][18839270274]:https://www.dotcpp.com/oj/problem1617.html&qu…… 文章列表 2020年01月08日 0 点赞 0 评论 269 浏览 评分:9.9
JAM计数法 (C语言代码)(易理解型) 摘要:####原体链接:[[蓝桥杯][算法训练VIP]JAM计数法][18839270274][18839270274]:https://www.dotcpp.com/oj/problem1595.html…… 文章列表 2020年01月08日 0 点赞 0 评论 343 浏览 评分:9.9
【编辑入门】三个数找最大值(C语言代码) 摘要:###**题目**:######有三个整数abc,由键盘输入,输出其中的最大的数。有三个整数abc,由键盘输入,输出其中的最大的数。#####说明:此题目为编程入门题目,在这里提供两个解题方法。###…… 文章列表 2020年01月12日 0 点赞 0 评论 421 浏览 评分:9.9
BFS-全域最短路实验 摘要:实验代码如下:```cpp#include#include#include#includeusingnamespacestd;structpoint{intx;inty;intstep;};intai…… 文章列表 2020年01月13日 0 点赞 0 评论 302 浏览 评分:9.9
蓝桥杯学习训练心得,素数问题及快速幂 摘要:通过近几天的训练,确实收获很多,之前很简单的素数问题也学到了更省时的方法。这是之前大多数人用的方法:```cppintpd(intn){for(inti=2;im>>mod;while(m…… 文章列表 2020年01月14日 0 点赞 3 评论 298 浏览 评分:9.9
计日器的switch-case语句实现 摘要:#######include#####intmain()######{intyear;intmonth;intday;intn;scanf("%d%d%d",&year,&…… 文章列表 2020年01月17日 0 点赞 0 评论 417 浏览 评分:9.9
Day4 + Day5 + Day6题解 摘要:####Day4#####问题1427:[蓝桥杯][2013年第四届真题]买不到的数目  百度一波概率(没有推出来),答案就是$$a*b-a-b$$```c++#includeus…… 文章列表 2020年01月20日 0 点赞 0 评论 425 浏览 评分:9.9
Hanoi双塔问题-题解(C语言代码) 摘要:####原题链接:[问题1109:Hanoi双塔问题][18839270274][18839270274]:https://www.dotcpp.com/oj/problem1109.html&quo…… 文章列表 2020年01月21日 0 点赞 0 评论 557 浏览 评分:9.9