Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
65
ll max(ll a,ll b)
66
{
67
return a>b?a:b;
68
}
69
70
ll t,n,k,xi,yi;
71
vl x;
Callers
15
FindAdjacentMax
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
returnMaxDistanceBetweenLanterns
Function · 0.85
main
Function · 0.85
solution.py
File · 0.85
solve
Function · 0.85
main
Function · 0.85
main
Function · 0.85
solution.py
File · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected