国产精品天干天干,亚洲毛片在线,日韩gay小鲜肉啪啪18禁,女同Gay自慰喷水

歡迎光臨散文網 會員登陸 & 注冊

CF A. Beautiful Sequence

2023-06-08 20:34 作者:您是打尖兒還是住店呢  | 我要投稿

A sequence of m integers a1,a2,…,am is good, if and only if there exists at least one i

?(1≤i≤m) such that ai=i. For example, [3,2,3] is a good sequence, since a2=2

, a3=3, while [3,1,1] is not a good sequence, since there is no i

?such that ai=i?

A sequence a is beautiful, if and only if there exists at least one subsequence of a

?satisfying that this subsequence is good. For example, [4,3,2] is a beautiful sequence, since its subsequence [4,2] is good, while [5,3,4] is not a beautiful sequence.

A sequence b is a subsequence of a sequence a if b can be obtained from a

?by the deletion of several (possibly, zero or all) elements.

Now you are given a sequence, check whether it is beautiful or not.

Input

Each test contains multiple test cases. The first line contains a single integer t

?(1≤t≤500) — the number of test cases. Their description follows.

The first line of each test case contains an integer n

?(1≤n≤100) — the length of the given sequence.

The second line of each test case contains n

?integers a1,a2,…,an (1≤ai≤109), representing the sequence.

Output

For each test case, output "YES" or "NO"(without quotes) in one line, representing whether the given sequence is beautiful.

You can output the answer in any case (upper or lower). For example, the strings "yEs", "yes", "Yes", and "YES" will be recognized as positive responses.

Example

7

3

3 2 1

4

2 4 3 5

5

2 3 5 5 6

2

3 1

5

2 4 5 2 3

4

5 6 7 8

6

6 5 4 3 2 1

outputCopy

YES

YES

NO

YES

YES

NO

YES

Note

In the first test case, the good subsequence is b=[3,2], where b2=2

.In the second test case, the good subsequence is b=[2,4,3], where b3=3

.In the fourth test case, the good subsequence is b=[1], where b1=1

.In the fifth test case, the good subsequence is b=[2,2], where b2=2

只要存在元素的值小于對應的索引值+1就說明是beautiful的。

下面是代碼:


CF A. Beautiful Sequence的評論 (共 條)

分享到微博請遵守國家法律
安岳县| 军事| 郸城县| 清远市| 乌苏市| 柘荣县| 南丹县| 寿光市| 吴堡县| 临湘市| 宝应县| 新竹县| 怀化市| 原阳县| 揭东县| 鱼台县| 呼伦贝尔市| 屯昌县| 牡丹江市| 乐清市| 西和县| 菏泽市| 田阳县| 漠河县| 阜新| 全南县| 罗平县| 商都县| 古丈县| 台南县| 修水县| 庆城县| 陈巴尔虎旗| 龙门县| 昌江| 凤城市| 信丰县| 铁岭市| 英吉沙县| 慈溪市| 清原|