Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vishruth-S/CompetitiveCode
/ main
Function
main
CodeChef_problems/Ada King/solution.cpp:87–92 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
85
86
87
int main(){
88
int t; cin>>t;
89
while(t--){
90
solve();
91
}
92
}
Callers
nothing calls this directly
Calls
1
solve
Function · 0.70
Tested by
no test coverage detected