Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vishruth-S/CompetitiveCode
/ main
Function
main
Spoj_problems/FCTRL/solution.cpp:24–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
return res;
23
}
24
int main()
25
{
26
jaadu;
27
int t;
28
cin>>t;
29
while(t--){
30
int n;
31
cin>>n; //Input n
32
int res = solve(n); //Count trailing zeroes in n!
33
cout<<res<<endl; //Output result
34
}
35
return 0;
36
}
37
Callers
nothing calls this directly
Calls
1
solve
Function · 0.70
Tested by
no test coverage detected