Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
59
typedef vector<pll> vpll;
60
61
ll min(ll a,ll b)
62
{
63
return a>b?b:a;
64
}
65
ll max(ll a,ll b)
66
{
67
return a>b?a:b;
Callers
15
bridgeUtil
Method · 0.85
solution.py
File · 0.85
dfs
Method · 0.85
solve
Function · 0.85
Solution.py
File · 0.85
solution.py
File · 0.85
main
Function · 0.85
solve
Function · 0.85
solution.py
File · 0.85
main
Function · 0.85
main
Function · 0.85
solution.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected