Super Jumping! Jumping! Jumping!
- 作者: 五速梦信息网
- 时间: 2026年04月04日 13:25
Super Jumping! Jumping! Jumping!
Time Limit: 2000⁄1000 MS (Java/Others) Memory Limit: 65536⁄32768 K (Java/Others)
Total Submission(s): 26227 Accepted Submission(s): 11603

The game can be played by two or more than two players. It consists of a chessboard(棋盘)and some chessmen(棋子), and all chessmen are marked by a positive integer or “start” or “end”. The player starts from start-point and must jumps into end-point finally. In the course of jumping, the player will visit the chessmen in the path, but everyone must jumps from one chessman to another absolutely bigger (you can assume start-point is a minimum and end-point is a maximum.). And all players cannot go backwards. One jumping can go from a chessman to next, also can go across many chessmen, and even you can straightly get to end-point from start-point. Of course you get zero point in this situation. A player is a winner if and only if he can get a bigger score according to his jumping solution. Note that your score comes from the sum of value on the chessmen in you jumping path.
Your task is to output the maximum value according to the given chessmen list.
N value_1 value_2 …value_N
It is guarantied that N is not more than 1000 and all value_i are in the range of 32-int.
A test case starting with 0 terminates the input and this test case is not to be processed.
4 1 2 3 4
4 3 3 2 1
0
10
3
Statistic | Submit | Discuss | Note
- 上一篇: SuperMap iClient for JavaScript初入
- 下一篇: Summary of Critical and Exploitable iOS Vulnerabilities in 2016
相关文章
-
SuperMap iClient for JavaScript初入
SuperMap iClient for JavaScript初入
- 互联网
- 2026年04月04日
-
sup游戏机真假辨别
sup游戏机真假辨别
- 互联网
- 2026年04月04日
-
sva如何添加到验证环境
sva如何添加到验证环境
- 互联网
- 2026年04月04日
-
Summary of Critical and Exploitable iOS Vulnerabilities in 2016
Summary of Critical and Exploitable iOS Vulnerabilities in 2016
- 互联网
- 2026年04月04日
-
SUID, SGID, SBIT
SUID, SGID, SBIT
- 互联网
- 2026年04月04日
-
substring函数查询名字的第一个字为“张”的学生的信息
substring函数查询名字的第一个字为“张”的学生的信息
- 互联网
- 2026年04月04日






