Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemistic/Data-Structures-and-Algorithms
/ solve
Function
solve
CSES/Intro/TowerH.cc:14–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
}
13
14
int solve(int n) {
15
f(n,1,3,2);
16
return cnt;
17
}
18
19
int main(){
20
ios_base::sync_with_stdio(false),cin.tie(nullptr);
Callers
1
main
Function · 0.70
Calls
1
f
Function · 0.70
Tested by
no test coverage detected