上一页 1 ··· 6 7 8 9 10 11 下一页

2015年5月12日

zoj 3865

摘要: SuperbotTime Limit:2 Seconds Memory Limit:65536 KBSuperbotis an interesting game which you need to control the robot on anN*Mgrid map.As you see, it's... 阅读全文

posted @ 2015-05-12 23:36 爱装逼的书呆子 阅读(157) 评论(0) 推荐(0)

最短路

摘要: 参考:http://blog.csdn.net/shuangde800/article/details/7987100Foyed算法(动态规划):i,j之间的最短路要么直接相连,要么通过一系列其他的点。设为从到的只以集合中的节点为中间节点的最短路径的长度。 //状态的定义十分重要,要想清楚,不然搞死... 阅读全文

posted @ 2015-05-12 20:36 爱装逼的书呆子 阅读(340) 评论(0) 推荐(0)

2015年5月10日

zoj 3866

摘要: G -Cylinder CandyTime Limit:2000MSMemory Limit:65536KB64bit IO Format:%lld & %lluSubmitStatusPracticeZOJ 3866DescriptionEdward the confectioner is mak... 阅读全文

posted @ 2015-05-10 19:21 爱装逼的书呆子 阅读(188) 评论(0) 推荐(0)

2015年5月9日

线段树模板 (刘汝佳)

摘要: 一、线段树(点修改)Update(x,v): 把Ax修改为vQuery(L,R): 计算区间[qL,qR] 最小值。代码:[cpp]view plaincopy//DynamicRMQ//RujiaLiu//输入格式://nm数组范围是a[1]~a[n],初始化为0。操作有m个//1pv表示设a[p... 阅读全文

posted @ 2015-05-09 11:58 爱装逼的书呆子 阅读(470) 评论(0) 推荐(0)

poj 3468

摘要: A Simple Problem with IntegersTime Limit:5000MSMemory Limit:131072KTotal Submissions:71540Accepted:22049Case Time Limit:2000MSDescriptionYou haveNinte... 阅读全文

posted @ 2015-05-09 11:55 爱装逼的书呆子 阅读(172) 评论(0) 推荐(0)

hdu 2829(四边形优化 && 枚举最后一个放炸弹的地方)

摘要: LawrenceTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 2484Accepted Submission(s): 1105Problem De... 阅读全文

posted @ 2015-05-09 11:47 爱装逼的书呆子 阅读(266) 评论(0) 推荐(0)

2015年5月7日

poj 3517(约瑟夫环问题)

摘要: And Then There Was OneTime Limit: 5000MSMemory Limit: 65536KTotal Submissions: 4873Accepted: 2598DescriptionLet’s play a stone removing game.Initially... 阅读全文

posted @ 2015-05-07 17:04 爱装逼的书呆子 阅读(188) 评论(0) 推荐(0)

2015年5月6日

poj 1160

摘要: Post OfficeTime Limit: 1000MSMemory Limit: 10000KTotal Submissions: 16730Accepted: 9053DescriptionThere is a straight highway with villages alongside ... 阅读全文

posted @ 2015-05-06 21:20 爱装逼的书呆子 阅读(190) 评论(0) 推荐(0)

hdu 2476 (string painter) ( 字符串刷子 区间DP)

摘要: String painterTime Limit: 5000/2000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 2068Accepted Submission(s): 908Probl... 阅读全文

posted @ 2015-05-06 19:14 爱装逼的书呆子 阅读(246) 评论(0) 推荐(0)

2015年5月3日

zoj 3872

摘要: D -Beauty of ArrayTime Limit:2000MSMemory Limit:65536KB64bit IO Format:%lld & %lluSubmitStatusPracticeZOJ 3872Appoint description:DescriptionEdward ha... 阅读全文

posted @ 2015-05-03 11:04 爱装逼的书呆子 阅读(508) 评论(0) 推荐(0)

上一页 1 ··· 6 7 8 9 10 11 下一页

导航