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

Function main

CPP/recursion/printn.cpp:15–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

fucFunction · 0.85

Tested by

no test coverage detected