Problem B: 连接字符串

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:26 Solved:13

Description

分别输入两个字符串,把他们按顺序连接在一起,再把连接后的输出出来。

Input

两个字符串,用空格或回车分开。

Output

一个字符串,连接后的结果。

Sample Input Copy

abc 
bcadddd

Sample Output Copy

abcbcadddd