posts - 74,  comments - 33,  trackbacks - 0
Making the Grade
Time Limit: 1000MS Memory Limit: 65536K
Total Submissions: 1136 Accepted: 478

Description

A straight dirt road connects two fields on FJ's farm, but it changes elevation more than FJ would like. His cows do not mind climbing up or down a single slope, but they are not fond of an alternating succession of hills and valleys. FJ would like to add and remove dirt from the road so that it becomes one monotonic slope (either sloping up or down).

You are given N integers A1, ... , AN (1 ≤ N ≤ 2,000) describing the elevation (0 ≤ Ai ≤ 1,000,000,000) at each of N equally-spaced positions along the road, starting at the first field and ending at the other. FJ would like to adjust these elevations to a new sequence B1, . ... , BN that is either nonincreasing or nondecreasing. Since it costs the same amount of money to add or remove dirt at any position along the road, the total cost of modifying the road is

|A1 - B1| + |A2 - B2| + ... + |AN - BN |

Please compute the minimum cost of grading his road so it becomes a continuous slope. FJ happily informs you that signed 32-bit integers can certainly be used to compute the answer.

Input

* Line 1: A single integer: N
* Lines 2..N+1: Line i+1 contains a single integer elevation: Ai

Output

* Line 1: A single integer that is the minimum cost for FJ to grade his dirt road so it becomes nonincreasing or nondecreasing in elevation.

Sample Input

7
1
3
2
4
5
3
9

Sample Output

3
搞了几天了还是WA,无语了。。。。。。代码AC后更新,今天愚人节大家节日快乐!
-------------------------------------------------------------------------------------------
代码不用发了,我自己都是解题报告看着AC的,3天一道题!汗。。。。。。。我的DP 啊
posted on 2009-04-01 10:27 KNIGHT 阅读(328) 评论(3)  编辑 收藏 引用

FeedBack:
# re: Making the Grade
2009-04-01 20:53 | Knignt
我靠,今天上午交的20元手机费,下午就剩5块了,XXX!更不爽的是这道题做了3天了,最后还是以解题报告结束!Faint!脑袋天天残障!愚人节也不能这样啊!我的Money啊  回复  更多评论
  
# re: Making the Grade
2009-04-04 01:39 | hello
能发代码吗
  回复  更多评论
  
# re: Making the Grade
2009-04-04 06:39 | Knignt
@hello
这道题我说了我是看那别人的代码过的,你百度一下吧,由别人的结题报告  回复  更多评论
  

只有注册用户登录后才能发表评论。
网站导航: 博客园   IT新闻   BlogJava   知识库   博问   管理


<2008年12月>
30123456
78910111213
14151617181920
21222324252627
28293031123
45678910

常用链接

留言簿(8)

随笔档案

文章档案

Friends

OJ

搜索

  •  

最新评论

阅读排行榜

评论排行榜