MCPcopy Create free account
hub / github.com/codemistic/Data-Structures-and-Algorithms / main

Function main

CPP/recursion/factorial.cpp:16–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14 hehehe(n);
15}
16int main(){
17 cin.tie(0)->sync_with_stdio(0);
18 int n;
19 cin>>n;
20 hehehe(n);
21 cout<<sum<<endl;
22
23 return 0;
24}

Callers

nothing calls this directly

Calls 1

heheheFunction · 0.70

Tested by

no test coverage detected