Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemistic/Data-Structures-and-Algorithms
/ main
Function
main
CPP/recursion/print_n_times.cpp:14–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
print(n-1);
13
}
14
int main(){
15
cin.tie(0)->sync_with_stdio(0);
16
int n;cin>>n;
17
print(n);
18
19
return 0;
20
}
21
Callers
nothing calls this directly
Calls
1
print
Function · 0.70
Tested by
no test coverage detected