Problem C: 字符串连接(函数练习)

Problem C: 字符串连接(函数练习)

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

Description

写一函数,将两个字符串连接

Input

两行字符串

Output

链接后的字符串

Sample Input Copy

123
abc

Sample Output Copy

123abc