MCPcopy Create free account
hub / github.com/Vishruth-S/CompetitiveCode / min

Function min

Codeforces_problems/Two Platforms/solution.cpp:61–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59typedef vector<pll> vpll;
60
61ll min(ll a,ll b)
62{
63 return a>b?b:a;
64}
65ll max(ll a,ll b)
66{
67 return a>b?a:b;

Callers 15

bridgeUtilMethod · 0.85
solution.pyFile · 0.85
dfsMethod · 0.85
solveFunction · 0.85
Solution.pyFile · 0.85
solution.pyFile · 0.85
mainFunction · 0.85
solveFunction · 0.85
solution.pyFile · 0.85
mainFunction · 0.85
mainFunction · 0.85
solution.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected