Problem L: 字符串连接

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:9 Solved:8

Description

输入两个字符串,将它们连接后输出。

Input

两行,每行一个字符串(长度不超过50)

Output

一行,连接后的字符串

Sample Input Copy

Hello
World

Sample Output Copy

HelloWorld