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