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