Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemistic/Data-Structures-and-Algorithms
/ main
Function
main
CSES/DP/coinCombinations1.cpp:44–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
}
43
44
signed main() {
45
ios_base::sync_with_stdio(false),cin.tie(nullptr);
46
47
int T = 1;
48
rep(i,1,T+1){
49
/* cout <<
"Case #"
<< i <<
": "
; */
50
solve();
51
}
52
return 0;
53
}
54
Callers
nothing calls this directly
Calls
1
solve
Function · 0.70
Tested by
no test coverage detected