#D. 练70.2 判断字符串是否为回文

    Type: RemoteJudge 1000ms 128MiB

练70.2 判断字符串是否为回文

You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.

说明

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

输入格式

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

输出格式

如果字符串是回文,输出"yesyes";否则,输出"nono"。

样例

abcdedcba
yes

C++测试

Not Attended
Status
Done
Rule
ACM/ICPC
Problem
4
Start at
2024-9-15 9:00
End at
2024-9-15 10:00
Duration
1 hour(s)
Host
Partic.
1