数字三角形
You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.
说明
数字三角形,从三角形顶部往下走,只能往左下或右下走,求走到最下面时所经过的数字和最大为多少?(下图为n=6时的情况)
2
96
30
83
52
60
21
65
44
61
8
79
50
41
21
61
41
50
38
79
10
输入格式
第1行:整数n(1<=n<=1000)
第2-n+1行:每行若干整数,第i行有i-1个整数,空格分隔。
输出格式
一行:一个整数,表示所经过数字的最大和。6
2
96 30
83 52 60
21 65 44 61
8 79 50 41 21
61 41 50 38 79 10
375
Source
动态规划 洛谷未来科技屋2024-12月月度小比
- Status
- Done
- Rule
- IOI(Strict)
- Problem
- 8
- Start at
- 2024-12-21 18:00
- End at
- 2024-12-22 0:00
- Duration
- 6 hour(s)
- Host
- Partic.
- 26