Download the file. The first line contains an array of integers sorted in descending order. The second line contains the numbers you need to find in the first array. Change the search function so that it works on a decreasing array. As the answer, enter the results of the search for numbers from the second row in the array from the first row.
If the element is not found, return -1.