Jedan
의견: 0
\(6^{th}\) round, March \(9^{th}\), 2013
Some people like to pretend that they are a pharaoh. Or a dolphin. Luka is one such person.
He has built a relief consisting of a long line of N columns with nonnegative integer heights. The
heights of all columns were initially zero. The relief was build in steps, where in each step Luka would
select a contiguous subsequence of columns with equal heights and raise all columns in the
subsequence, except the first and last column, by one.
Hundreds of years have passed, and some of the columns have been stolen. Luka's gre\(at-gr\)eat-...-
gre\(at-gr\)andson is trying to determine the number of possible reliefs that could have been built by Luka
such that the remaining columns' heights match the original relief.
The first line of input contains the positive integer N (\(1 \le N \le 10\,000\)), the number of columns in
Luka's relief.
The second line of input contains N spa\(ce-se\)parated integers h_{i} (-\(1 \le h_{i} \le 10\,000\)), the column heights.
A height \(of -1\) represents a stolen column.
The first and only line of output must contain the required number of possible reliefs modulo 1 000
000 007.
3
-1 2 -103
-1 -1 -126
-1 -1 -1 2 -1 -13평가 및 의견
Jedan
Log in to rate problems.
아직 의견이 없습니다. 자격이 된다면 위 양식에서 가장 먼저 평가해 보세요.
풀이 제출
Jedan