Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemistic/Data-Structures-and-Algorithms
/ main
Function
main
CPP/recursion/rec_direction.cpp:27–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
26
27
int main(){
28
cin.tie(0)->sync_with_stdio(0);
29
int n;
30
cin>>n;
31
dec(n);
32
cout<<endl;
33
inc(n);
34
return 0;
35
}
36
Callers
nothing calls this directly
Calls
2
dec
Function · 0.85
inc
Function · 0.85
Tested by
no test coverage detected