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

Function main

CodeChef_problems/GCD operations/solution.cpp:22–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22int main() {
23
24 int tc = 1;
25 cin >> tc;
26 for (int t = 0; t < tc; t++) solve(t);
27}

Callers

nothing calls this directly

Calls 1

solveFunction · 0.70

Tested by

no test coverage detected