MCPcopy Create free account
hub / github.com/codemistic/Data-Structures-and-Algorithms / main

Function main

CPP/Tries/autoComplete.cpp:112–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112int main() {
113 // YOUR CODE GOES HERE
114 // Please take input and print output to standard input/output (stdin/stdout)
115 // E.g. 'cin' for input & 'cout' for output
116 int T;
117 cin>>T;
118
119 while(T--){
120 solve();
121 }
122
123 return 0;
124}

Callers

nothing calls this directly

Calls 1

solveFunction · 0.70

Tested by

no test coverage detected