自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 POJ---2352-Stars(树状数组)

Language:DefaultStarsTime Limit: 1000MS Memory Limit: 65536KTotal Submissions: 37695 Accepted: 16418DescriptionAstronomers often examine star maps where sta

2015-08-27 09:39:06 257

原创 HDU---1272-小希的迷宫(并查集)

小希的迷宫Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 36197    Accepted Submission(s): 11069Problem Description上次Gardon的迷宫城堡小希玩了很久(见P

2015-08-26 18:11:49 328

原创 POJ---3274-Gold Balanced Lineup(hash)

Language:DefaultGold Balanced LineupTime Limit: 2000MS Memory Limit: 65536KTotal Submissions: 13383 Accepted: 3911DescriptionFarmer John's N cows (1 ≤ N ≤ 1

2015-08-25 14:09:35 315

原创 POJ---3349-Snowflake Snow Snowflakes(hash)

Language:DefaultSnowflake Snow SnowflakesTime Limit: 4000MS Memory Limit: 65536KTotal Submissions: 35105 Accepted: 9236DescriptionYou may have heard that no

2015-08-24 10:43:05 359

原创 POJ---1470- Closest Common Ancestors

Language:DefaultClosest Common AncestorsTime Limit: 2000MS Memory Limit: 10000KTotal Submissions: 17367 Accepted: 5573DescriptionWrite a program that takes

2015-08-22 14:57:21 466

原创 POJ---2524-Ubiquitous Religions(并查集)

Ubiquitous ReligionsTime Limit: 5000MS Memory Limit: 65536KTotal Submissions: 27713 Accepted: 13576DescriptionThere are so many different religions in the world t

2015-08-22 10:39:33 281

原创 UVA---10158-War(并查集)

D - War(8.4.3)Crawling in process...Crawling failedTime Limit:3000MS    Memory Limit:0KB     64bit IO Format:%lld & %lluSubmit Status DescriptionProblem B: War      A

2015-08-22 10:21:44 256

原创 POJ---2236-Wireless Network(并查集)

Wireless NetworkTime Limit: 10000MS Memory Limit: 65536KTotal Submissions: 19694 Accepted: 8261DescriptionAn earthquake takes place in Southeast Asia. The ACM (

2015-08-21 17:14:31 299

原创 POJ---3321-Apple tree(树状数组)

A - Apple Tree(8.3.1)Crawling in process...Crawling failedTime Limit:2000MS    Memory Limit:65536KB     64bit IO Format:%I64d & %I64uSubmitStatus DescriptionThere is an a

2015-08-21 16:05:46 481

原创 UVA---10608-Friends(并查集)

B - Friends(8.4.1)Crawling in process...Crawling failedTime Limit:3000MS    Memory Limit:0KB     64bit IO Format:%lld & %lluSubmit Status DescriptionProblem IFriends

2015-08-21 16:00:38 405

原创 POJ---1988-Cube Stacking(并查集)

Cube StackingTime Limit: 2000MS Memory Limit: 30000KTotal Submissions: 21361 Accepted: 7478Case Time Limit: 1000MSDescriptionFarmer John and Betsy are pla

2015-08-20 13:49:44 309

原创 POJ---1703-Find them, Catch them

Find them, Catch themTime Limit: 1000MS Memory Limit: 10000KTotal Submissions: 36511 Accepted: 11201DescriptionThe police office in Tadu City decides to say end

2015-08-19 18:06:34 278

原创 POJ---2003-Hire and Fire

Hire and FireTime Limit: 1000MS Memory Limit: 30000KTotal Submissions: 2342 Accepted: 667DescriptionIn this problem, you are asked to keep track of the hierarch

2015-08-19 13:52:24 515

原创 POJ---1330-Nearest Common Ancestors

Nearest Common AncestorsTime Limit: 1000MS Memory Limit: 10000KTotal Submissions: 21976 Accepted: 11499DescriptionA rooted tree is a well-known data structure i

2015-08-19 11:30:03 285

原创 POJ---2299-Ultra-QuickSort

Ultra-QuickSortTime Limit: 7000MS Memory Limit: 65536KTotal Submissions: 48797 Accepted: 17839DescriptionIn this problem, you have to analyze a particular sorting

2015-08-18 15:09:52 352

原创 POJ---2503-Babelfish

BabelfishTime Limit: 3000MS Memory Limit: 65536KTotal Submissions: 36929 Accepted: 15737DescriptionYou have just moved from Waterloo to a big city. The people her

2015-08-18 13:31:24 311

原创 HDU---1628-Roman Roulette

Roman RouletteTime Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 197    Accepted Submission(s): 75Problem DescriptionThe historian Flav

2015-08-16 18:05:21 583

原创 POJ---2106-Boolean Expressions(stack)

Boolean ExpressionsTime Limit: 1000MS Memory Limit: 30000KTotal Submissions: 3662 Accepted: 1101DescriptionThe objective of the program you are going to produce i

2015-08-16 15:18:35 454

原创 POJ---1363-Rails(stack)

RailsTime Limit: 1000MS Memory Limit: 10000KTotal Submissions: 28247 Accepted: 10970DescriptionThere is a famous railway station in PopPush City. Country there is i

2015-08-16 13:02:43 329

原创 POJ---1159-Palindrome(01DP)

E - PalindromeTime Limit:3000MS     Memory Limit:65536KB     64bit IO Format:%I64d & %I64uSubmit StatusDescriptionA palindrome is a symmetrical string, that is, a string read ident

2015-08-13 14:49:16 375

原创 POJ---3461-Oulipo(KMP)

A - OulipoTime Limit:1000MS     Memory Limit:65536KB     64bit IO Format:%I64d & %I64uSubmit StatusDescriptionThe French author Georges Perec (1936–1982) once wrote a book, La di

2015-08-13 10:42:10 416

原创 POJ---2192-Zipper

A - ZipperTime Limit:1000MS     Memory Limit:65536KB     64bit IO Format:%I64d & %I64uSubmit StatusDescriptionGiven three strings, you are to determine whether the third string c

2015-08-13 10:36:18 364

原创 POJ---1080-Human Gene Functions

D - Human Gene FunctionsTime Limit:1000MS     Memory Limit:10000KB     64bit IO Format:%I64d & %I64uSubmit StatusDescriptionIt is well known that a human gene can be considered a

2015-08-13 10:33:53 359

空空如也

空空如也

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

TA关注的人

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