Given a string s, return true if the s can be palindrome after deleting at most one character from it.
c++
1 | class Solution { |