1112 - 【C语言训练】字符串正反连接
Time Limit : 1 秒
Memory Limit : 128 MB
所给字符串正序和反序连接,形成新串并输出
Input
任意字符串(长度<=50)
Output
字符串正序和反序连接所成的新字符串
Examples
Input
123abc
Output
123abccba321