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/prefix_sum.cpp:19–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
}
18
return largest_sum;
19
}ii
20
void initial(){
21
#ifndef ONLINE_JUDGE
22
freopen(
"input.txt"
,
"r"
, stdin);
23
freopen(
"output.txt"
,
"w"
, stdout);
24
#endif
25
}
26
int main(){
27
initial();
28
int n;
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected