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

Function max

Codeforces_problems/Two Platforms/solution.cpp:65–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63 return a>b?b:a;
64}
65ll max(ll a,ll b)
66{
67 return a>b?a:b;
68}
69
70ll t,n,k,xi,yi;
71vl x;

Callers 15

FindAdjacentMaxFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
solution.pyFile · 0.85
solveFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
solution.pyFile · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected