Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemistic/Data-Structures-and-Algorithms
/ main
Function
main
CPP/Segment Tree/Sum query.cpp:160–171 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
158
}
159
160
int main(){
161
ios_base::sync_with_stdio(false);
162
cin.tie(NULL);
163
cout.tie(NULL);
164
ll t;
165
t=1;
166
// cin>>t;
167
while(t--){
168
solve();
169
}
170
return 0;
171
}
Callers
nothing calls this directly
Calls
1
solve
Function · 0.70
Tested by
no test coverage detected