自定义博客皮肤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)
  • 收藏
  • 关注

原创 fixSlashes in java.io.File.java

When I developed an Android App, I went to read the source code of java.io.File.java in Android Source Code. I suddenly found the algorithm of  fix slashes was so interesting.

2013-11-26 16:08:34 1889

原创 1086 You can Solve a Geometry Problem too

You can Solve a Geometry Problem too Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 3248    Accepted Submission(s): 1549 Problem Desc

2011-12-18 19:21:07 285

原创 2299 Ultra-QuickSort

Ultra-QuickSort Time Limit: 7000MS   Memory Limit: 65536K Total Submissions: 24055   Accepted: 8603 Description In this problem, you have to analyze a particular sortin

2011-12-18 16:54:49 304

原创 1007 DNA Sorting

DNA Sorting Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 60694   Accepted: 23968 Description One measure of ``unsortedness'' in a sequence is the number

2011-12-18 16:27:42 412

原创 1113 Wall

Wall Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 20496   Accepted: 6725 Description Once upon a time there was a greedy King who ordered his chief Arch

2011-12-17 20:22:28 339

原创 1149 PIGS

PIGS Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 10845   Accepted: 4751 Description Mirko works on a pig farm that consists of M locked pig-houses and

2011-12-14 00:31:09 426

原创 1135 Domino Effect

Domino Effect Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 4646   Accepted: 1210 Description Did you know that you can use domino bones for other things

2011-12-06 12:54:38 282

原创 1300 Door Man

Door Man Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 1225 Accepted: 437 Description You are a butler in a large mansion. This mansion has so many roo

2011-10-18 17:23:40 282

原创 3070 Fibonacci(O(log n)求解 )

Fibonacci序列可由此公式求出: 3070 Fibonacci(O(log n)求解)"> 设a={1,1,1,0} 这样Fibonacci(n)可以由: a^n=a^(n/2)*a^(n/2) (n是偶数) a^n=a^((n-1)/2)*a^((n-1

2011-10-17 23:01:10 255

原创 3936 FIB Query

FIB Query Time Limit : 6000/2000ms (Java/Other)   Memory Limit : 65536/65536K (Java/Other) Total Submission(s) : 37   Accepted Submiss

2011-08-14 15:49:27 370

空空如也

空空如也

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

TA关注的人

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