码迷,mamicode.com
首页 >  
搜索关键字:frog    ( 269个结果
BZOJ 2093: [Poi2010]Frog
Description 从一个点到达与他距离第 \(k\) 小的点,问从每个点跳 \(m\) 次到达那个点. Sol 队列+倍增. 保持队列里的元素个数为 \(k\) ,从前往后扫不难发现左右端点都是单调的. 求跳 \(m\) 次就是倍增了,滚一下数组. Code ...
分类:其他好文   时间:2016-12-23 23:06:40    阅读次数:219
[Compose] 19. Leapfrogging types with Traversable
We use the traversable instance on List to reimplement Promise.all() type functionality. For example we want to conver: Conver array of Task, into Tas ...
分类:其他好文   时间:2016-12-21 21:34:06    阅读次数:121
POJ 2253 Frogger(dijkstra)
传送门 Frogger Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 39453 Accepted: 12691 Description Freddy Frog is sitting on a stone in the midd ...
分类:其他好文   时间:2016-11-22 02:59:31    阅读次数:229
Frog Jump
A frog is crossing a river. The river is divided into x units and at each unit there may or may not exist a stone. The frog can jump on a stone, but i ...
分类:其他好文   时间:2016-11-04 23:50:00    阅读次数:225
hdu 5956 The Elder 2016ACM/ICPC沈阳赛区现场赛I
Problem Description Once upon a time, in the mystical continent, there is a frog kingdom, ruled by ...
分类:其他好文   时间:2016-10-31 22:21:11    阅读次数:345
403. Frog Jump
A frog is crossing a river. The river is divided into x units and at each unit there may or may not exist a stone. The frog can jump on a stone, but i ...
分类:其他好文   时间:2016-10-28 07:42:06    阅读次数:175
HDU 5924 Mr. Frog’s Problem 【模拟】 (2016CCPC东北地区大学生程序设计竞赛)
Mr. Frog’s Problem Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Others)Total Submission(s): 312 Accepted Submission(s): 21 ...
分类:其他好文   时间:2016-10-20 21:46:34    阅读次数:242
hdu 5929 Coconuts 离散化+dfs
Coconuts Time Limit: 9000/4500 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Others) Problem Description TanBig, a friend of Mr. Frog, likes eati ...
分类:其他好文   时间:2016-10-09 00:14:08    阅读次数:169
HDU 5929 Basic Data Structure 模拟
Basic Data Structure Time Limit: 7000/3500 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Others) Problem Description Mr. Frog learned a basic dat ...
分类:其他好文   时间:2016-10-08 02:14:10    阅读次数:156
2016 长春东北赛---Coconuts(离散化+DFS)
题目链接 http://acm.hdu.edu.cn/showproblem.php?pid=5925 Problem Description TanBig, a friend of Mr. Frog, likes eating very much, so he always has dreams ...
分类:其他好文   时间:2016-10-07 20:42:03    阅读次数:314
269条   上一页 1 ... 13 14 15 16 17 ... 27 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!