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

Function initial

CPP/array-2d/max_array.cpp:37–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 return 0 ;
36}
37void initial(){
38#ifndef ONLINE_JUDGE
39freopen("input.txt", "r", stdin);
40freopen("output.txt", "w", stdout);
41#endif
42}
43int main(){
44 initial();
45 int arr[]={12,13,14,15,17776,177};

Callers 2

mainFunction · 0.70
mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected