* @brief Queries the sparse table for the value of the interval [l, r] * (i.e. from l to r inclusive). * @param l the left index of the range (inclusive). * @param r the right index of the range (inclusive). * @return the computed value of the given interval. * @complexity: O(1) */
source not stored for this graph (policy: none)