Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemistic/Data-Structures-and-Algorithms
/ initial
Function
initial
CPP/searching/binary_search.cpp:21–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
20
}
21
void initial() {
22
#ifndef ONLINE_JUDGE
23
freopen(
"input.txt"
,
"r"
, stdin);
24
freopen(
"output.txt"
,
"w"
, stdout);
25
#endif
26
}
27
int main() {
28
initial();
29
int arr[] = {10, 13, 15, 16, 19, 30, 34, 45, 65, 34};
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected