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

Function main

CPP/String/areRotation.cpp:11–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9}
10
11int main()
12{
13 string s1, s2;
14 cin >> s1 >> s2;
15 cout << areRotated(s1, s2);
16 return 0;
17}

Callers

nothing calls this directly

Calls 1

areRotatedFunction · 0.85

Tested by

no test coverage detected