第一行输入一个正整数 n ,表示数组 nums 的长度。第二行输入 n 个正整数,表示数组中的值。
如果满足题目条件,输出 true ,否则输出 false
4 1 5 11 5
true
4 1 2 3 5
false