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

Function initial

CPP/array-2d/reverse_array.cpp:13–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11 return 0;
12 }
13 void initial(){
14 #ifndef ONLINE_JUDGE
15 freopen("input.txt", "r", stdin);
16 freopen("output.txt", "w", stdout);
17 #endif
18 }
19 int main(){
20 initial();
21 int arr[]={12,55,66,77,97,987};

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected