会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
junior19
博客园
::
首页
::
博问
::
闪存
::
新随笔
::
联系
::
订阅
::
管理
::
公告
2017年1月16日
POJ3278:Catch That Cow(BFS)
摘要: Catch That Cow Time Limit: 2000MS Memory Limit: 65536K Total Submissions: 82031 Accepted: 25785 Description Farmer John has been i...
阅读全文
posted @ 2017-01-16 16:27 junior19
阅读(101)
评论(0)
推荐(0)
NYOJ10: skiing(DFS + DP)
摘要: skiing 时间限制:3000 ms | 内存限制:65535 KB 难度:5 描述Michael喜欢滑雪百这并不奇怪, 因为滑雪的确很刺激。可是为了获得速度,滑的区域必须向下倾斜,而且当你滑到坡底,你不得不再次走上坡或者等待升降机来载你。Michael想知道载一个区域中最...
阅读全文
posted @ 2017-01-16 15:17 junior19
阅读(103)
评论(0)
推荐(0)
CF607B: Zuma(区间dp)
摘要: B. Zuma time limit per test 2 seconds memory limit per test 512 megabytes input standard input output standard output Genos recent...
阅读全文
posted @ 2017-01-16 14:16 junior19
阅读(165)
评论(0)
推荐(0)
NYOJ32:组合数(DFS入门)
摘要: 组合数 时间限制:3000 ms | 内存限制:65535 KB 难度:3 描述找出从自然数1、2、... 、n(0# include int n, r, a[10] = {0,1,2,3,4,5,6,7,8,9};char s[10];void dfs(int n, int...
阅读全文
posted @ 2017-01-16 00:49 junior19
阅读(107)
评论(0)
推荐(0)