会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Venux
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
···
18
下一页
2021年6月7日
protobuf+RPC技术
摘要: https://zhuanlan.zhihu.com/p/136891972
阅读全文
posted @ 2021-06-07 14:48 Venux
阅读(77)
评论(0)
推荐(0)
2021年4月16日
配置sublime写C++教程
摘要: 先配置mingw https://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win64/Personal%20Builds/mingw-builds/8.1.0/threads-posix/seh/?tdso
阅读全文
posted @ 2021-04-16 16:03 Venux
阅读(119)
评论(0)
推荐(0)
2021年3月14日
pipioj 1019: 堆石子(区间dp)
摘要: http://www.pipioj.online/problem.php?id=1019 1 #define IO std::ios::sync_with_stdio(0); 2 #define bug(x) cout<<#x<<" is "<<x<<endl 3 #include <bits/st
阅读全文
posted @ 2021-03-14 00:45 Venux
阅读(105)
评论(0)
推荐(0)
2021年3月13日
pipioj 1024: 走路还是坐公交 (bfs)
摘要: http://www.pipioj.online/problem.php?id=1024 1 #define IO std::ios::sync_with_stdio(0); 2 #define bug(x) cout<<#x<<" is "<<x<<endl 3 #include <bits/st
阅读全文
posted @ 2021-03-13 23:08 Venux
阅读(101)
评论(0)
推荐(0)
pipioj 1023: 巨人排队(贪心)
摘要: http://www.pipioj.online/problem.php?id=1023 每次把当前的放在能排的当中最矮的一队里就ok 1 #define IO std::ios::sync_with_stdio(0); 2 #define bug(x) cout<<#x<<" is "<<x<<e
阅读全文
posted @ 2021-03-13 22:09 Venux
阅读(96)
评论(0)
推荐(0)
2021年3月11日
pipioj 1022: 淘金(简单dp)
摘要: http://www.pipioj.online/problem.php?id=1022 1 #define IO std::ios::sync_with_stdio(0); 2 #define bug(x) cout<<#x<<" is "<<x<<endl 3 #include <bits/st
阅读全文
posted @ 2021-03-11 21:33 Venux
阅读(142)
评论(0)
推荐(0)
pipioj 1021 机器人走迷宫(简单模拟)
摘要: http://www.pipioj.online/problem.php?id=1021 1 #define IO std::ios::sync_with_stdio(0); 2 #define bug(x) cout<<#x<<" is "<<x<<endl 3 #include <bits/st
阅读全文
posted @ 2021-03-11 00:25 Venux
阅读(170)
评论(0)
推荐(0)
2021年3月10日
pipioj 1208: 选球问题(简单贪心)
摘要: http://www.pipioj.online/problem.php?id=1208 #define IO std::ios::sync_with_stdio(0),cin.tie(0),cout.tie(0); #define bug(x) cout<<#x<<" is "<<x<<endl
阅读全文
posted @ 2021-03-10 03:43 Venux
阅读(127)
评论(0)
推荐(0)
pipioj 1209: 模拟出入栈游戏(简单模拟)
摘要: http://www.pipioj.online/problem.php?id=1209 1 #define IO std::ios::sync_with_stdio(0),cin.tie(0),cout.tie(0); 2 #define bug(x) cout<<#x<<" is "<<x<<e
阅读全文
posted @ 2021-03-10 03:31 Venux
阅读(155)
评论(0)
推荐(0)
pipioj 1211: 小镇购物(bfs)
摘要: http://www.pipioj.online/problem.php?id=1211 1 #define IO std::ios::sync_with_stdio(0),cin.tie(0),cout.tie(0); 2 #define bug(x) cout<<#x<<" is "<<x<<e
阅读全文
posted @ 2021-03-10 02:22 Venux
阅读(147)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
···
18
下一页
公告