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

Function main

CSES/DP/BookShop_TABU.cpp:51–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51signed main() {
52 ios_base::sync_with_stdio(false),cin.tie(nullptr);
53
54 int T = 1;
55 rep(i,1,T+1){
56 /* cout << "Case #" << i << ": "; */
57 solve();
58 }
59 return 0;
60}
61

Callers

nothing calls this directly

Calls 1

solveFunction · 0.70

Tested by

no test coverage detected