会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Let_Life_Stop
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
43
44
45
46
47
48
49
50
51
···
59
下一页
2018年9月29日
J - FatMouse's Speed dp
摘要: 题目链接: https://vjudge.net/contest/68966#problem/J找最长子串并且记录路径。TLE代码:#include#include#include#include#includeusing namespace std;# define...
阅读全文
posted @ 2018-09-29 11:29 Let_Life_Stop
阅读(120)
评论(0)
推荐(0)
2018年9月27日
H - Tickets dp
摘要: 题目链接:https://cn.vjudge.net/contest/68966#problem/HAC代码;#include#include#include#include#include#include#include#includeusing namespace...
阅读全文
posted @ 2018-09-27 22:15 Let_Life_Stop
阅读(115)
评论(0)
推荐(0)
H - Tickets dp
摘要: 题目链接:https://cn.vjudge.net/contest/68966#problem/HAC代码;#include#include#include#include#include#include#include#includeusing namespace...
阅读全文
posted @ 2018-09-27 22:15 Let_Life_Stop
阅读(115)
评论(0)
推荐(0)
dp 01背包
摘要: 题目链接:https://cn.vjudge.net/contest/68966#problem/FAC代码(没事不要交g++,有c++一定要交c++):#include#include#include#include#include#include#include#...
阅读全文
posted @ 2018-09-27 21:13 Let_Life_Stop
阅读(86)
评论(0)
推荐(0)
dp 01背包
摘要: 题目链接:https://cn.vjudge.net/contest/68966#problem/FAC代码(没事不要交g++,有c++一定要交c++):#include#include#include#include#include#include#include#...
阅读全文
posted @ 2018-09-27 21:13 Let_Life_Stop
阅读(92)
评论(0)
推荐(0)
g++与c++区别(内有防止栈溢出)
摘要: https://blog.csdn.net/dt2131/article/details/58689903
阅读全文
posted @ 2018-09-27 21:08 Let_Life_Stop
阅读(204)
评论(0)
推荐(0)
g++与c++区别(内有防止栈溢出)
摘要: https://blog.csdn.net/dt2131/article/details/58689903
阅读全文
posted @ 2018-09-27 21:08 Let_Life_Stop
阅读(171)
评论(0)
推荐(0)
最大严格递增子序列(非连续)
摘要: 题目链接:https://cn.vjudge.net/contest/68966#problem/EAC代码:#include#include#include#include#include#include#include#includeusing namespace...
阅读全文
posted @ 2018-09-27 19:30 Let_Life_Stop
阅读(633)
评论(0)
推荐(0)
最大严格递增子序列(非连续)
摘要: 题目链接:https://cn.vjudge.net/contest/68966#problem/EAC代码:#include#include#include#include#include#include#include#includeusing namespace...
阅读全文
posted @ 2018-09-27 19:30 Let_Life_Stop
阅读(136)
评论(0)
推荐(0)
2018年9月24日
E - 食物链
摘要: 题目链接:https://cn.vjudge.net/contest/66964#problem/E关系式:ra->rb=(ra->b + b->rb )%3;ra->b=(a->b - a->ra + b )%3;ra->rb=(a->b + b->rb -a->r...
阅读全文
posted @ 2018-09-24 16:44 Let_Life_Stop
阅读(144)
评论(0)
推荐(0)
上一页
1
···
43
44
45
46
47
48
49
50
51
···
59
下一页
公告