MCPcopy Create free account
hub / github.com/codemistic/Data-Structures-and-Algorithms / main

Function main

CSES/Intro/GridPaths.cc:50–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50int main(){
51 ios_base::sync_with_stdio(false),cin.tie(nullptr);
52
53 cin >> s;
54 dfs(0,0,0);
55 cout << cnt << endl;
56 return 0;
57}
58
59
60// we only done 2 optimisation

Callers

nothing calls this directly

Calls 1

dfsFunction · 0.70

Tested by

no test coverage detected