欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  数据库

Codeforces Round #264 (div2)B. Caisa and Pylons

程序员文章站 2022-06-05 23:16:27
...

Caisa solved the problem with the sugar and now he is on the way back to home. Caisa is playing a mobile game during his path. There are ( n ??1) pylons numbered from 0 to n in this game. The pylon with number 0 has zero height, the pylon

Caisa solved the problem with the sugar and now he is on the way back to home.

Caisa is playing a mobile game during his path. There are (n?+?1) pylons numbered from 0 to n in this game. The pylon with number 0has zero height, the pylon with number i (i?>?0) has height hi. The goal of the game is to reach n-th pylon, and the only move the player can do is to jump from the current pylon (let's denote its number as k) to the next one (its number will be k?+?1). When the player have made such a move, its energy increases by hk?-?hk?+?1 (if this value is negative the player loses energy). The player must have non-negative amount of energy at any moment of the time.

Initially Caisa stand at 0 pylon and has 0 energy. The game provides a special opportunity: one can pay a single dollar and increase the height of anyone pylon by one. Caisa may use that opportunity several times, but he doesn't want to spend too much money. What is the minimal amount of money he must paid to reach the goal of the game?