Time limit 4000/7000/7000/7000 ms. Memory limit 65000/65000/65000/65000 Kb. Olympiad 2012. Prepared by: Evis Hoxha.
Difficulty Gamma
A string is called palindrome if it is symmetric, i.e. if it is written the same from right to left and from left to right. Write a program that finds the minimum number of characters that must be added to the string to make the string a palindrome.
Input
Given a string, not exceeding 8 characters.
Output
Show the minimal number of characters that must be added to the string so that it becomes a palindrome.
Для отправки решений необходимо выполнить вход.
|