Problem1088--C++ 将两个字符串连接

1088: C++ 将两个字符串连接

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

Description

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

Input

两行字符串

Output

链接后的字符串

Sample Input Copy

123
abc

Sample Output Copy

123abc

Source/Category