Problem1193--字符串正反连接

1193: 字符串正反连接

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MiB

Description

所给字符串正序和反序连接,形成新串并输出

Input

任意字符串(长度<=50)

Output

字符串正序和反序连接所成的新字符串

Sample Input Copy

123abc

Sample Output Copy

123abccba321

Source/Category

admin