MCPcopy 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
14int solve(int n) {
15 f(n,1,3,2);
16 return cnt;
17}
18
19int main(){
20 ios_base::sync_with_stdio(false),cin.tie(nullptr);

Callers 1

mainFunction · 0.70

Calls 1

fFunction · 0.70

Tested by

no test coverage detected