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

Function main

CSES/DP/MinimizingCoins.cpp:52–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

solveFunction · 0.70

Tested by

no test coverage detected