自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(10)
  • 收藏
  • 关注

原创 HDU 2363 Cycling(并查集 SPFA 暴力枚举)

CyclingTime Limit: 5000/2000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 1286    Accepted Submission(s): 432Problem DescriptionYou want to cycle t

2016-08-30 20:18:38 406

原创 HDU 2377 Bus Pass(最短路 SPFA)

Bus PassTime Limit: 10000/5000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 986    Accepted Submission(s): 409Problem DescriptionYou travel a lot b

2016-08-28 12:55:36 557

原创 POJ 3667 Hotel (线段树 区间更新查找)

HotelTime Limit: 3000MS Memory Limit: 65536KTotal Submissions: 16205 Accepted: 7047DescriptionThe cows are journeying north to Thunder Bay in Canada to gain cultu

2016-08-25 22:13:45 313

原创 POJ 2277 Count Color(线段树)

Count ColorTime Limit: 1000MS Memory Limit: 65536KTotal Submissions: 43095 Accepted: 13058DescriptionChosen Problem Solving and Program design as an optional cour

2016-08-17 15:25:19 393

原创 POJ 1011 Sticks(搜索+剪枝)

SticksTime Limit: 1000MS Memory Limit: 10000KTotal Submissions: 138243 Accepted: 32574DescriptionGeorge took sticks of the same length and cut them randomly until

2016-08-10 23:27:55 403

原创 POJ 1088 滑雪 (搜索)

滑雪Time Limit: 1000MS Memory Limit: 65536KTotal Submissions: 91779 Accepted: 34673DescriptionMichael喜欢滑雪百这并不奇怪, 因为滑雪的确很刺激。可是为了获得速度,滑的区域必须向下倾斜,而且当你滑到坡底,你不得不再次走上坡或者等

2016-08-09 22:05:00 319

原创 POJ 1002 487-3279 (模拟 水题)

487-3279Time Limit: 2000MS Memory Limit: 65536KTotal Submissions: 278126 Accepted: 49638DescriptionBusinesses like to have memorable telephone numbers. One way to

2016-08-08 10:26:01 434

原创 HDU 1596 find the safest road(水数据的 floyd)

find the safest roadTime Limit: 10000/5000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 11717    Accepted Submission(s): 4150Problem DescriptionXX星

2016-08-07 13:25:49 265

原创 HDU 3389 Game(博弈 Nim 找规律)

GameTime Limit: 2000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 610    Accepted Submission(s): 426Problem DescriptionBob and Alice are playi

2016-08-06 23:32:54 412

原创 HDU 1079 Calendar Game(博弈,找规律可解)

题意:随机给一个日期,两个人轮流计数,可以将月份加一,也可以将日期加一,但是要符合日期的客观规律(即要考虑平年闰年和日期进位下的进位情况),如果是2001年1月31日则日期+1后变成 2001年2月1日,因为2月没有31天故不可以将月份加一。先到达2001.11.4的获胜。规则大概就是这样。思路:1、打SG表,一共一百年,也就是36500天,可以直接暴力打出SG表,注意后一天和

2016-08-05 23:12:06 690

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除