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

Function main

CSES/DP/BookShop_MEMO.cpp:48–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

solveFunction · 0.70

Tested by

no test coverage detected