MCPcopy 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
34int main(){
35 int n;
36 cin>>n;
37 cout<<numberOfOperations(n);
38
39}

Callers

nothing calls this directly

Calls 1

numberOfOperationsFunction · 0.85

Tested by

no test coverage detected