Palindrome


Submit solution

Points: 20
Time limit: 180.0s
Memory limit: 24K

Problem type
Allowed languages
C++, Java, Python

Given a string, we need to check whether it is possible to make this string a palindrome after removing exactly one character from this.


Comments