Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acm-clan/algorithm-stone
/ sumRange
Method
sumRange
templates/segment-tree.cpp:104–107 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
102
}
103
104
int sumRange(int l, int r)
105
{
106
return query(root, l, r);
107
}
108
};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected