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

Function main

GeeksForGeeks/Longest Palindrome in String/solution.cpp:56–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56int main() {
57 //code
58 int t;
59 cin >> t;
60
61 while(t--){
62 string s;
63 cin >> s;
64 solve(s);
65 }
66 return 0;
67}

Callers

nothing calls this directly

Calls 1

solveFunction · 0.70

Tested by

no test coverage detected