Score : $200$ points
A string $S$ of an odd length is said to be a strong palindrome if and only if all of the following conditions are satisfied:
Determine whether $S$ is a strong palindrome.
Input is given from Standard Input in the following format:
$S$
If $S$ is a strong palindrome, print Yes
;
otherwise, print No
.
akasaka
Yes
akasaka
.aka
.aka
.
All of these are palindromes, so $S$ is a strong palindrome.level
No
atcoder
No