Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vishruth-S/CompetitiveCode
/ main
Function
main
Codeforces_problems/Cubes Sorting1420A/Solution.cpp:44–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
}
43
44
int main(){
45
int t;
46
cin>>t;
47
while(t--)
48
{
49
solve();
50
}
51
return 0;
52
}
Callers
nothing calls this directly
Calls
1
solve
Function · 0.70
Tested by
no test coverage detected