MCPcopy Create free account
hub / github.com/Vishruth-S/CompetitiveCode / main

Function main

CodeChef_problems/CENS20D/solution.cpp:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16void solve();
17
18int main(){
19 cases{ //input no. of testcases
20 solve(); //run solving function for each case
21 }
22 return 0;
23}
24

Callers

nothing calls this directly

Calls 1

solveFunction · 0.70

Tested by

no test coverage detected