Given an array A of N elements. You can apply the given operations on array A.
Find the maximum length subarray in array A where all the elements in the subarray is 0 by using at most X operations of Type 1 and Y operations of Type 2.
Note
Input
Output
For each test case in a new line, print the maximum length subarray in A where all the elements in the subarray is 0.
Constraints
1≤T≤51≤N≤1050≤X≤10140≤Y≤1090≤A[i]≤109