MCPcopy 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
27int 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

decFunction · 0.85
incFunction · 0.85

Tested by

no test coverage detected