自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

转载 NotOnlySuccess 的【完全版】线段树

http://www.notonlysuccess.com/index.php/segment-tree-complete/

2012-12-21 10:46:51 1002

原创 hdu 1800

Flying to the MarsTime Limit: 5000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 6935    Accepted Submission(s): 2271Problem DescriptionIn th

2012-12-15 02:49:46 459

原创 Codeforces Round #155 (Div. 2)

A. Cards with Numberstime limit per test1 secondmemory limit per test256 megabytesinputinput.txtoutputoutput.txtPetya has got 2n cards, each card contains some integer. T

2012-12-11 22:23:43 760 1

原创 张清国的C++实验

1.定义点TPoint类。要求提供如下接口函数:(1)获取点x坐标。(2)获取点的纵坐标。(3)对点进行平移动。(4)拷贝构造函数。(5)形参有默认值的构造函数。2.一圆型游泳池如图所示,现在需在其周围建一圆型过道,并在其四周围上栅栏。栅栏价格为35元/米,过道造价为20元/平方米。过道宽度为3米,游泳池半径由键盘输入。要求编程计算并输出过道和栅栏的造价。

2012-11-25 10:38:48 2180 3

原创 poj 3278 Catch That Cow

Catch That CowTime Limit: 2000MS Memory Limit: 65536KTotal Submissions: 30980 Accepted: 9556DescriptionFarmer John has been informed of the location of a fugitive

2012-07-31 13:57:55 392

原创 poj 1321 棋盘问题

棋盘问题Time Limit: 1000MS Memory Limit: 10000KTotal Submissions: 15365 Accepted: 7600Description在一个给定形状的棋盘(形状可能是不规则的)上面摆放棋子,棋子没有区别。要求摆放时任意的两个棋子不能放在棋盘中的同一行或者同一列,请编程求解对于

2012-07-31 13:54:14 457

原创 poj 2251 Dungeon Master

Dungeon MasterTime Limit: 1000MS Memory Limit: 65536KTotal Submissions: 11809 Accepted: 4574DescriptionYou are trapped in a 3D dungeon and need to find the quickest

2012-07-31 13:51:53 445

原创 Codeforces Round #131 (Div. 2) A B

A. System of Equationstime limit per test2 secondsmemory limit per test256 megabytesinputstandard inputoutputstandard outputFurik loves math lessons very much, so he does

2012-07-31 13:47:28 1840

原创 hdu 2795 Billboard

BillboardTime Limit: 20000/8000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 4053    Accepted Submission(s): 1889Problem DescriptionAt the entrance to

2012-07-28 11:51:09 343

原创 poj 1562 Oil Deposits

Oil DepositsTime Limit: 1000MS Memory Limit: 10000KTotal Submissions: 9227 Accepted: 5078DescriptionThe GeoSurvComp geologic survey company is responsible for detec

2012-07-27 09:42:44 428 4

原创 poj 1088 滑雪

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

2012-07-27 09:13:42 989

原创 poj 2488 A Knight's Journey

A Knight's JourneyTime Limit: 1000MS Memory Limit: 65536KTotal Submissions: 20870 Accepted: 7050DescriptionBackgroundThe knight is getting bored of seeing the sam

2012-07-26 22:53:26 751 5

原创 hdu 1010 Tempter of the Bone

Tempter of the BoneTime Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 37186    Accepted Submission(s): 10031Problem DescriptionThe dogg

2012-07-25 22:38:06 264

转载 ZOJ 3261 Connections in Galaxy War

Connections in Galaxy WarTime Limit: 3 Seconds      Memory Limit: 32768 KB In order to strengthen the defense ability, many stars in galaxy allied together and built many bidirectional tunne

2012-07-25 14:43:31 577

原创 Codeforces Round #130 (Div. 2)

A. Dubsteptime limit per test2 secondsmemory limit per test256 megabytesinputstandard inputoutputstandard outputVasya works as a DJ in the best Berland nightclub, and he

2012-07-24 09:01:02 515

转载 hdu 3336 Count the string

Count the stringTime Limit: 2000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 1960    Accepted Submission(s): 923Problem DescriptionIt is well kno

2012-07-23 09:44:15 303

原创 hdu 1711 Number Sequence

Number SequenceTime Limit: 10000/5000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 5645    Accepted Submission(s): 2529Problem DescriptionGiven two seq

2012-07-23 09:16:40 251

原创 hdu 4252 A Famous City

A Famous CityTime Limit: 10000/3000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 516    Accepted Submission(s): 212Problem DescriptionAfter Mr. B arriv

2012-07-21 23:14:36 345

原创 hdu 1232 畅通工程

畅通工程Time Limit: 4000/2000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 16295    Accepted Submission(s): 8383Problem Description某省调查城镇交通状况,得到现有城镇道路统计表,表

2012-07-21 23:12:19 314

原创 hdu 1213 How Many Tables

How Many TablesTime Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 5945    Accepted Submission(s): 2817Problem DescriptionToday is Ignat

2012-07-21 22:57:32 222

原创 hdu 1856 More is better

More is betterTime Limit: 5000/1000 MS (Java/Others)    Memory Limit: 327680/102400 K (Java/Others)Total Submission(s): 6064    Accepted Submission(s): 2221Problem DescriptionMr Wang wan

2012-07-21 22:53:28 378

空空如也

空空如也

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

TA关注的人

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