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

Function main

Spoj_problems/FCTRL2/solution.cpp:68–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68int main(){
69 int tt;
70 cin>>tt;
71
72 vec_2d[1][0] = 1;
73 while(tt--){
74 solve();
75 }
76 return 0;
77}

Callers

nothing calls this directly

Calls 1

solveFunction · 0.70

Tested by

no test coverage detected