MCPcopy Create free account
hub / github.com/codemistic/Data-Structures-and-Algorithms / initial

Function initial

CPP/array-2d/kadane_algo.cpp:16–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14 return largest;
15}
16void initial(){
17 #ifndef ONLINE_JUDGE
18 freopen("input.txt", "r", stdin);
19 freopen("output.txt", "w", stdout);
20 #endif
21}
22int main(){
23
24 int n;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected