[UVA][dp] 10453 - Make Palindrome
Problem A
Make Palindrome
Input: standard input
Output: standard output
Time Limit: 8 seconds
By definition palindrome is a string which is not changed when
reversed. "MADAM" is a nice example of palindrome. It is an easy job to test whether a given s...