Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemistic/Data-Structures-and-Algorithms
/ initial
Function
initial
CPP/searching/linear_search.cpp:12–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
return -1;
11
}
12
void initial(){
13
#ifndef ONLINE_JUDGE
14
freopen(
"input.txt"
,
"r"
, stdin);
15
freopen(
"output.txt"
,
"w"
, stdout);
16
#endif
17
}
18
int main(){
19
initial();
20
int arr[]={12,13,14,44,55,66,67,88};
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected