PERPALIN HELP

link text

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. :slight_smile:

Very similar test case i guess. @chunky_2808

cause problem with code is same!!

1 Like