会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
c
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
21
22
23
24
25
26
下一页
2015年3月1日
HDU1711_Number Sequence__kmp
摘要: 水题 1 #include 2 #include 3 const int maxn=1e6+5; 4 const int maxm=1e4+5; 5 int p[maxm]; 6 int t[maxn]; 7 int f[maxm]; 8 int n,m; 9 void getfail()10 {1...
阅读全文
posted @ 2015-03-01 16:27 _fukua
阅读(204)
评论(0)
推荐(0)
编辑
2015年2月2日
DP入门题集
摘要: 这段时间要开始刷dp了,记录点点滴滴。21:33:51 一.基础dp: 1.hdu.2602.Bone Collector. 这道是基础的01背包。 1 #include 2 #include 3 using namespace std; 4 const int MAXN=1000...
阅读全文
posted @ 2015-02-02 15:58 _fukua
阅读(337)
评论(0)
推荐(0)
编辑
2015年1月31日
Codeforces Round #228 (Div. 1)_A题
摘要: A. Fox and Box Accumulationtime limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandar...
阅读全文
posted @ 2015-01-31 17:01 _fukua
阅读(201)
评论(0)
推荐(0)
编辑
2015年1月28日
poj_1797_dijkstra
摘要: Heavy TransportationTime Limit:3000MSMemory Limit:30000KB64bit IO Format:%I64d & %I64uDescriptionBackgroundHugo Heavy is happy. After the...
阅读全文
posted @ 2015-01-28 21:02 _fukua
阅读(211)
评论(0)
推荐(0)
编辑
2015年1月25日
poj_1502_MPI Maelstrom_spfa
摘要: MPI MaelstromTime Limit:1000MSMemory Limit:10000KB64bit IO Format:%I64d & %I64uDescriptionBIT has recently taken delivery of the...
阅读全文
posted @ 2015-01-25 14:08 _fukua
阅读(217)
评论(0)
推荐(0)
编辑
poj_2301_Building a Space Station_mst
摘要: Building a Space StationTime Limit:1000MSMemory Limit:30000KB64bit IO Format:%I64d & %I64uSubmitStatusDescriptionYou are a membe...
阅读全文
posted @ 2015-01-25 02:19 _fukua
阅读(193)
评论(0)
推荐(0)
编辑
2015年1月22日
poj_2251_Dungeon Master_bfs
摘要: Dungeon MasterTime Limit:1000MSMemory Limit:65536KB64bit IO Format:%I64d & %I64uSubmitStatusDescriptionYou are trapped in a ...
阅读全文
posted @ 2015-01-22 19:42 _fukua
阅读(220)
评论(0)
推荐(0)
编辑
poj_3984_迷宫问题_(bfs+记录路径)
摘要: 这道题明明就很水,结果我做了一个下午,囧。 迷宫问题Time Limit:1000MSMemory Limit:65536KB64bit IO Format:%I64d & %I64uSubmitStatusDescription定义一个二维数组...
阅读全文
posted @ 2015-01-22 18:03 _fukua
阅读(258)
评论(0)
推荐(0)
编辑
2015年1月19日
uva_10369_mst
摘要: Arctic NetworkTime Limit:2000MSMemory Limit:65536KB64bit IO Format:%I64d & %I64uSubmitStatusDescriptionThe Department of Nationa...
阅读全文
posted @ 2015-01-19 18:20 _fukua
阅读(201)
评论(0)
推荐(0)
编辑
HDU_1875_mst
摘要: 畅通工程再续Time Limit:1000MSMemory Limit:32768KB64bit IO Format:%I64d & %I64uSubmitStatusDescription相信大家都听说一个“百岛湖”的地方吧,百岛湖的居民生活在不同的小...
阅读全文
posted @ 2015-01-19 16:23 _fukua
阅读(197)
评论(0)
推荐(0)
编辑
上一页
1
···
21
22
23
24
25
26
下一页