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

Function main

CPP/recursion/1toN.cpp:14–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12 hehe(n);
13}
14int main(){
15 cin.tie(0)->sync_with_stdio(0);
16 int n;
17 cin>>n;
18 hehe(n);
19
20 return 0;
21}

Callers

nothing calls this directly

Calls 1

heheFunction · 0.85

Tested by

no test coverage detected