Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vishruth-S/CompetitiveCode
/ main
Function
main
HackerEarth_problems/Balancing cubes/solution.cpp:34–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
}
33
34
int main(){
35
int n;
36
cin>>n;
37
cout<<numberOfOperations(n);
38
39
}
Callers
nothing calls this directly
Calls
1
numberOfOperations
Function · 0.85
Tested by
no test coverage detected