MCPcopy 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
160int main(){
161ios_base::sync_with_stdio(false);
162cin.tie(NULL);
163cout.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

solveFunction · 0.70

Tested by

no test coverage detected