练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.
Description
输入一个字符串,输出该字符串是否回文。回文是指顺读和倒读都一样的字符串。
Input Format
输入为一行字符串(字符串中没有空白字符,字符串长度不超过 )。
Output Format
如果字符串是回文,输出"";否则,输出""。
abcdedcba
yes
Source
http://bas.ssoier.cn:8086/problem_show.php?pid=3410 字符数组与字符串
数组及应用4(字符数组和字符串)
- Status
- Done
- Problem
- 8
- Open Since
- 2025-12-12 0:00
- Deadline
- 2025-12-19 23:59
- Extension
- 24 hour(s)