Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemistic/Data-Structures-and-Algorithms
/ main
Function
main
CPP/questions/prime.cpp:14–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
cout<<
"its prime"
<<endl;
13
}
14
int main(){
15
cin.tie(0)->sync_with_stdio(0);
16
int n;
17
cin>>n;
18
Check(n);
19
20
21
return 0;
22
}
Callers
nothing calls this directly
Calls
1
Check
Function · 0.85
Tested by
no test coverage detected