摘要: 今天的第三篇《看好我吧》谢谢你,秀秀。我能感受得到 阅读全文
posted @ 2014-03-29 21:28 悠悠我心。 阅读(113) 评论(0) 推荐(0)
摘要: 秀秀,我现在感觉好累,抱着我?跟我说,加油,展昭,你一定可以的。 抱着我,让我安心的睡一觉。就这样让我抱着你,嗅着你的头发,慢慢的睡去 阅读全文
posted @ 2014-03-29 13:12 悠悠我心。 阅读(114) 评论(0) 推荐(0)
摘要: 今天有些烦躁,想出去喝酒。 阅读全文
posted @ 2014-03-29 12:54 悠悠我心。 阅读(105) 评论(0) 推荐(0)
摘要: 题目:H -命运Time Limit:1000MSMemory Limit:32768KB64bit IO Format:%I64d & %I64uSubmitStatusDescription穿过幽谷意味着离大魔王lemon已经无限接近了!可谁能想到,yifenfei在斩杀了一些虾兵蟹将后,却再次面临命运大迷宫的考验,这是魔王lemon设下的又一个机关。要知道,不论何人,若在迷宫中被困1小时以上,则必死无疑!可怜的yifenfei为了去救MM,义无返顾地跳进了迷宫。让我们一起帮帮执着的他吧!命运大迷宫可以看成是一个两维的方格阵列,如下图所示:yifenfei一开始在左上角,目的当然是 阅读全文
posted @ 2014-03-26 11:46 悠悠我心。 阅读(280) 评论(0) 推荐(0)
摘要: 题目:G -Multiplication PuzzleTime Limit:1000MSMemory Limit:65536KB64bit IO Format:%I64d & %I64uSubmitStatusDescriptionThe multiplication puzzle is played with a row of cards, each containing a single positive integer. During the move player takes one card out of the row and scores the number of po 阅读全文
posted @ 2014-03-26 11:44 悠悠我心。 阅读(177) 评论(0) 推荐(0)
摘要: 完全背包可以通过二进制优化降低时间复杂度:D -DividingTime Limit:1000MSMemory Limit:10000KB64bit IO Format:%I64d & %I64uSubmitStatusDescriptionMarsha and Bill own a collection of marbles. They want to split the collection among themselves so that both receive an equal share of the marbles. This would be easy if all t 阅读全文
posted @ 2014-03-26 11:41 悠悠我心。 阅读(1110) 评论(0) 推荐(0)
摘要: Johnson算法.设N1为a=b的作业集合,将N1的作业按a非减序排序,N2中的作业按照b非增序排序,则N1作业接N2作业构成最优顺序.(证明略)题目:I -Saving EndeavourTime Limit:2000MSMemory Limit:65536KB64bit IO Format:%I64d & %I64uSubmitStatusDescriptionSpace shuttle Endeavour (Endeavour is of British style, and Endeavor is of American style. Why NASA uses the Br 阅读全文
posted @ 2014-03-25 17:08 悠悠我心。 阅读(873) 评论(0) 推荐(0)
摘要: 准备做一下新段数的题目:线段树zoj1610poj2777poj2528hdu1754hdu1166hdu1698poj3468ural1019zoj2301poj3264poj1151poj1177poj3277hdu1394poj2828poj2886poj2352hdu1255poj3667poj2892poj2180bzoj1230hdu3911zoj3279hdu3397fzu1608zoj2706poj3368zoj2859hdu3074bzoj1798bzoj1102poj2482。hdu4007hdu4046hdu2492poj3225CodeforcesBetaRound#4 阅读全文
posted @ 2014-03-23 09:16 悠悠我心。 阅读(343) 评论(0) 推荐(0)
摘要: 基础线段树模板: 1 #include 2 #include 3 #include 4 using namespace std; 5 6 const int maxn=200005; 7 8 int val[maxn+1]; 9 10 struct node11 {12 int max;... 阅读全文
posted @ 2014-03-19 20:02 悠悠我心。 阅读(201) 评论(0) 推荐(0)
摘要: 幸运男孩Time Limit: 1000 MSMemory Limit: 65536 KTotal Submit: 83(16 users)Total Accepted: 26(14 users)Rating:Special Judge:NoDescription最近,Lur挺幸运的。并且因为他曾经... 阅读全文
posted @ 2014-03-18 21:16 悠悠我心。 阅读(346) 评论(0) 推荐(0)