Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
37
void initial(){
38
#ifndef ONLINE_JUDGE
39
freopen(
"input.txt"
,
"r"
, stdin);
40
freopen(
"output.txt"
,
"w"
, stdout);
41
#endif
42
}
43
int main(){
44
initial();
45
int arr[]={12,13,14,15,17776,177};
Callers
2
main
Function · 0.70
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected