* Query the segment tree * This function helps in range query of segment tree * This function assumes that the given range is valid * Performs the query in range [l,r] * @param tree pointer to segment tree * @param l the start of range * @param r the end of range * @param res the pointer to memory where result of query is stored */
source not stored for this graph (policy: none)