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

Function main

CSES/DP/DiceCombination.cpp:46–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

solveFunction · 0.70

Tested by

no test coverage detected