#T2345. 回文字符串
回文字符串
Background
判断回文字符串,如果是回文,输出Yes,否则输出No
Description
Given two integers x and y, print the sum.
Format
Input
输入一个字符串 .
Output
如果是回文,输出Yes,否则输出No
Samples
abba
Yes
Limitation
1s, 1024KiB for each test case.
判断回文字符串,如果是回文,输出Yes,否则输出No
Given two integers x and y, print the sum.
输入一个字符串 .
如果是回文,输出Yes,否则输出No
abba
Yes
1s, 1024KiB for each test case.