可丁猫
Home
ProblemSet
Source/Category
Contest
Status
Ranklist
F.A.Qs
Login
1462: L14.0 回文串判断 (14级)9.25
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:17
Solved:5
Submit
Submit Record
Statistics
ShowOff!
Description
回文串是指顺序和反序结果相同的字符串,如abba。现在给定一个字符串,判断他是否为回文串。
Input
一个字符串,不包含空格,长度小于40。
Output
是否为回文串,是就输出yes,否就输出no
Sample Input
Copy
asddsa
Sample Output
Copy
yes
Source/Category
函数
字符串
Submit
Submit Record
Statistics
ShowOff!