Problem I: 【字符串】回文

Problem I: 【字符串】回文

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 2207  Solved: 815
[Submit] [Status] [Web Board] [Creator:]

Description

输入一行字符串(长度不超过100),判断是否为回文。例如ABA是回文字符串,ABC不是回文字符串。

Input

键盘输入的一行字符串(没有空格)。不包含结尾的\n

Output

yes 或 no 表示是否为回文

Sample Input Copy

ABC

Sample Output Copy

no