按照样例输出:
xxxx -- is not a palidrome. //不是回文串
xxxx -- is a regular palidrome. //正回文串
xxxx -- is a mirrored string. //镜像串
xxxx -- is a mirrored palidrome.//镜像回文串
样例
输入样例
NOTAPALINDROME
ISAPALINILAPASI
2A3MEAS
ATOYOTA
输出样例
NOTAPALINDROME -- is not a palidrome.
ISAPALINILAPASI -- is a regular palidrome.
2A3MEAS -- is a mirrored string.
ATOYOTA -- is a mirrored palidrome