Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemistic/Data-Structures-and-Algorithms
/ main
Function
main
CPP/Maths/primeFactor.cpp:40–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
}
39
40
int main()
41
{
42
int n;
43
cin >> n;
44
PrimeFactor(n);
45
46
return 0;
47
}
Callers
nothing calls this directly
Calls
1
PrimeFactor
Function · 0.85
Tested by
no test coverage detected