Zero Array Transformation
Examples
Example 1:
Input: nums = [1,0,1], queries = [[0,2,1]]
Output: true
Explanation:
Example 2:
Input: nums = [4,3,2,1], queries = [[1,3,2],[0,2,1]]
Output: false
Explanation:
Example 3:
Input: nums = [2,2], queries = [[0,1,1],[0,1,1]]
Output: true
Explanation: