WHERE MY SOLUTION IS FAILING ?
thx for help
Input
1
12 4
Output aabaaabaaaba
The Ouptut String should be Palindrome.
Try test case
1
8 4
Correct answer is not “aabaaaba” because it is not a palindrome.
Enjoy debugging.
cause problem with code is same!!
1 Like