#3551. C++-字符串-输入字符串,判断是否是回文
C++-字符串-输入字符串,判断是否是回文
Background
Description
输入字符串,判断是否是回文。
回文字符串:是一个正读和反读都一样的字符串。
Format
Input
Output
Samples
abcba
回文
adfasdfladsfalasdf
不是回文
abccba
回文
Limitation
1s, 1024KiB for each test case.