Problem1166--数字合并---合并2个单词

1166: 数字合并---合并2个单词

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 242  Solved: 216
[Status] [Submit] [Creator:]

Description

输入2个单词,将它们按输入顺序合成一个单词,然后输出。

Input

2个单词

Output

一个字符串,由2个单词合并组成

Sample Input Copy

hello
world

Sample Output Copy

helloworld

Source/Category

 基础C