Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemistic/Data-Structures-and-Algorithms
/ main
Function
main
CPP/recursion/nested_recursion.cpp:9–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
return fun(fun(n+11));
8
}
9
int main(){
10
cout<<fun(95);
11
return 0;
12
}
Callers
nothing calls this directly
Calls
1
fun
Function · 0.70
Tested by
no test coverage detected