自定义博客皮肤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 暴力枚举)

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

2016-08-30 20:18:38 408

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

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

2016-08-28 12:55:36 559

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

Hotel Time Limit: 3000MS   Memory Limit: 65536K Total Submissions: 16205   Accepted: 7047 Description The cows are journeying north to Thunder Bay in Canada to gain cultu

2016-08-25 22:13:45 315

原创 POJ 2277 Count Color(线段树)

Count Color Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 43095   Accepted: 13058 Description Chosen Problem Solving and Program design as an optional cour

2016-08-17 15:25:19 395

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

Sticks Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 138243   Accepted: 32574 Description George took sticks of the same length and cut them randomly until

2016-08-10 23:27:55 404

原创 POJ 1088 滑雪 (搜索)

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

2016-08-09 22:05:00 319

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

487-3279 Time Limit: 2000MS   Memory Limit: 65536K Total Submissions: 278126   Accepted: 49638 Description Businesses 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 road Time Limit: 10000/5000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 11717    Accepted Submission(s): 4150 Problem Description XX星

2016-08-07 13:25:49 265

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

Game Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 610    Accepted Submission(s): 426 Problem Description Bob 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 693

空空如也

空空如也

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

TA关注的人

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