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

Function main

CodeChef_problems/The Tom and Jerry Game!/solution2.cpp:41–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41int main()
42{
43 sync;
44 int testCases;
45 cin >> testCases;
46 while (testCases--)
47 {
48 solve();
49 }
50
51 return 0;
52}

Callers

nothing calls this directly

Calls 1

solveFunction · 0.70

Tested by

no test coverage detected