Prof. Slim Codeforces Solution | Codeforces Problem Solution 2022
One day Prof. Slim decided to leave the kingdom of the GUC to join the kingdom of the GIU. He was given an easy online assessment to solve before joining the GIU. Citizens of the GUC were happy sad to see the prof leaving, so they decided to hack into the system and change the online assessment into a harder one so that he stays at the GUC. After a long argument, they decided to change it into the following problem.
Given an array of integers , where , check if you can make this array sorted by using the following operation any number of times (possibly zero). An array is sorted if its elements are arranged in a non-decreasing order.
Prof. Slim Codeforces Solution | Codeforces Problem Solution 2022
Dorms War Codeforces Solution | Codeforces Problem Solution 2022
Where is the Pizza? Codeforces Solution | Codeforces Problem Solution 2022
Very Suspicious Codeforces Solution | Codeforces Problem Solution 2022
Hemose on the Tree Codeforces Solution | Codeforces Problem Solution 2022
Jee, You See? Codeforces Solution | Codeforces Problem Solution 2022
- select two indices and () such that and have different signs. In other words, one must be positive and one must be negative.
- swap the signs of and . For example if you select and , then they will change to and .
Prof. Slim saw that the problem is still too easy and isn't worth his time, so he decided to give it to you to solve.
The first line contains a single integer () — the number of test cases. Then test cases follow.
The first line of each test case contains a single integer () — the length of the array .
The next line contain integers (, ) separated by spaces describing elements of the array .
It is guaranteed that the sum of over all test cases doesn't exceed .
For each test case, print "YES" if the array can be sorted in the non-decreasing order, otherwise print "NO". You can print each letter in any case (upper or lower).
Join Now for Solution:-
No comments:
Post a Comment