1097: 构造回文

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:44 Solved:25

Description

输入一个三位正整数,输出其回文数(5位数)。

Input

123

Output

12321

Sample Input Copy

222

Sample Output Copy

22222

Source/Category