在 线 评 测 系 统
Toggle navigation
HNUAHE-OJ
F.A.Qs
ProblemSet
Source/Category
Status
Ranklist
Contest
Login
Problem D: 字符串正反连接
Problem D: 字符串正反连接
[Creator :
]
Time Limit :
1.000
sec
Memory Limit :
128 MiB
Submit
ProblemList
Solved: 77
Submit Num: 139
Statistics
ShowOff!
Description
所给字符串正序和反序连接,形成新串并输出
Input
任意字符串(长度<=50)
Output
字符串正序和反序连接所成的新字符串
Sample Input
Copy
123abc
Sample Output
Copy
123abccba321