[in this blog](https://cp-algorithms.com/data_structures/segment_tree.html#counting-zero-search-kth)↵
in this blog, -counting k-th zero, what does it mean? ↵
↵
is this the k-th zero is from the array.begin() to array.end()?↵
↵
or, it is from the range from L to R, which will be given in the query?↵
Thanks in advance.↵
↵
↵
is this the k-th zero is from the array.begin() to array.end()?↵
↵
or, it is from the range from L to R, which will be given in the query?↵
Thanks in advance.↵
↵