会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
INER
博客园
首页
新随笔
联系
订阅
管理
2018年3月20日
2018 蓝桥杯省赛 A 组模拟赛(一) 青出于蓝胜于蓝
摘要: 题目:https://nanti.jisuanke.com/t/20701 题解:http://blog.csdn.net/wjhshuai/article/details/79546381
阅读全文
posted @ 2018-03-20 20:30 INER
阅读(127)
评论(0)
推荐(0)
2018年3月13日
STL之map详解
摘要: http://blog.csdn.net/bat603/article/details/1456141
阅读全文
posted @ 2018-03-13 20:05 INER
阅读(119)
评论(0)
推荐(0)
STL 中char*和string的转换
摘要: http://blog.csdn.net/wangqing_12345/article/details/51867247
阅读全文
posted @ 2018-03-13 20:04 INER
阅读(530)
评论(0)
推荐(0)
密码脱落——蓝桥杯
摘要: http://blog.csdn.net/zmj1582188592/article/details/52249294
阅读全文
posted @ 2018-03-13 15:52 INER
阅读(154)
评论(0)
推荐(0)
2018年3月8日
最小生成树
摘要: #include #include #include #include #include #include using namespace std; #define maxn 120005 #define maxm 10005 struct edge { int u;int v;int cost; }es[maxn]; bool cmp(const edge& e1...
阅读全文
posted @ 2018-03-08 23:53 INER
阅读(98)
评论(0)
推荐(0)
2018年3月6日
动态规划 最大子矩阵
摘要: A
阅读全文
posted @ 2018-03-06 19:47 INER
阅读(92)
评论(0)
推荐(0)
蓝桥杯 小朋友排队 逆序对+树状数组
摘要: #include <cstdio> #include <cstring> #include <cmath> #include <algorithm> using namespace std; #define MAX 1000005 #define MIN 100005 long long ans =
阅读全文
posted @ 2018-03-06 17:02 INER
阅读(159)
评论(0)
推荐(0)
2018年2月21日
数组可以开多大不会爆
摘要: http://blog.csdn.net/a479778594/article/details/70157121
阅读全文
posted @ 2018-02-21 12:05 INER
阅读(499)
评论(0)
推荐(0)
2018年2月7日
cmath中的pow sqrt
摘要: 注意参数类型应该正确
阅读全文
posted @ 2018-02-07 20:55 INER
阅读(236)
评论(0)
推荐(0)
2018年1月31日
第七届蓝桥杯A组5
摘要: 消除尾一 下面的代码把一个整数的二进制表示的最右边的连续的1全部变成0如果最后一位是0,则原数字保持不变。 如果采用代码中的测试数据,应该输出:00000000000000000000000001100111 000000000000000000000000011000000000000000000
阅读全文
posted @ 2018-01-31 14:15 INER
阅读(88)
评论(0)
推荐(0)
下一页
公告