MCPcopy 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
87int main(){
88 int t; cin>>t;
89 while(t--){
90 solve();
91 }
92}

Callers

nothing calls this directly

Calls 1

solveFunction · 0.70

Tested by

no test coverage detected