Start 2024-01-13 09:00:00

L2阶段测评

End 2025-03-10 00:00:00
Contest is over.
Now 2026-03-03 11:54:01

K. 判断字符串是否为回文

Description

输入一个字符串,输出该字符串是否回文。回文是指顺读和倒读都一样的字符串。

Input

输入为一行字符串(字符串中没有空白字符,字符串长度不超过100)

Output

如果字符串是回文,输出yes;否则,输出no。

Examples

Input

abcdedcba

Output

yes

Submit

Login

Signup
Time Limit 3 seconds
Memory Limit 128 MB
Submit