Logo
(追記) (追記ここまで)

27480번 - Even Harder 다국어

시간 제한메모리 제한제출정답맞힌 사람정답 비율
2 초 (추가 시간 없음) 512 MB83562565.789%

문제

Gildong is now developing a puzzle game. The puzzle consists of $n$ platforms numbered from 1ドル$ to $n$. The player plays the game as a character that can stand on each platform and the goal of the game is to move the character from the 1ドル$-st platform to the $n$-th platform.

The $i$-th platform is labeled with an integer $a_i$ (0ドル\le a_i\le n-i$). When the character is standing on the $i$-th platform, the player can move the character to any of the $j$-th platforms where $i+1\le j\le i+a_i$. If the character is on the $i$-th platform where $a_i=0$ and $i\ne n,ドル the player loses the game.

Since Gildong thinks the current game is not hard enough, he wants to make it even harder. He wants to change some (possibly zero) labels to 0ドル$ so that there remains exactly one way to win. He wants to modify the game as little as possible, so he’s asking you to find the minimum number of platforms that should have their labels changed. Two ways are different if and only if there exists a platform the character gets to in one way but not in the other way.

입력

Each test contains one or more test cases. The first line contains the number of test cases $t$ (1ドル\le t\le 500$).

Each test case contains two lines. The first line of each test case consists of an integer $n$ (2ドル\le n\le 3000$) --- the number of platforms of the game.

The second line of each test case contains $n$ integers. The $i$-th integer is $a_i$ (0ドル\le a_i\le n-i$) --- the integer of the $i$-th platform.

It is guaranteed that:

  • For each test case, there is at least one way to win initially.
  • The sum of $n$ in all test cases doesn’t exceed 3000ドル$.

출력

For each test case, print one integer --- the minimum number of different labels that should be changed to 0ドル$ so that there remains exactly one way to win.

제한

예제 입력 1

3
4
1 1 1 0
5
4 3 2 1 0
9
4 1 4 2 1 0 2 1 0

예제 출력 1

0
3
2

노트

In the first case, the player can only move to the next platform until they get to the 4ドル$-th platform. Since there is already only one way to win, the answer is zero.

In the second case, Gildong can change $a_2,ドル $a_3,ドル and $a_4$ to 0ドル$ so that the game becomes 4ドル$ 0ドル$ 0ドル$ 0ドル$ 0ドル$. Now the only way the player can win is to move directly from the 1ドル$-st platform to the 5ドル$-th platform.

In the third case, Gildong can change $a_2$ and $a_8$ to 0ドル,ドル then the only way to win is to move in the following way: 1ドル$ -- 3ドル$ -- 7ドル$ -- 9ドル$.

출처

Contest > Codeforces > Codeforces Round 688 (Div. 2) F번

(追記) (追記ここまで)

출처

대학교 대회

  • 사업자 등록 번호: 541-88-00682
  • 대표자명: 최백준
  • 주소: 서울시 서초구 서초대로74길 29 서초파라곤 412호
  • 전화번호: 02-521-0487 (이메일로 연락 주세요)
  • 이메일: contacts@startlink.io
  • 통신판매신고번호: 제 2017-서울서초-2193 호

AltStyle によって変換されたページ (->オリジナル) /