3095. Shortest Subarray With OR at Least K I
You are given an array
numsof non-negative integers and an integerk.An array is called special if the bitwise
ORof all of its elements is at leastk.Return the length of the shortest special non-empty subarray of
nums, or return-1if no special subarray exists.