12172: 字符串连接

Memory Limit:32 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:4 Solved:0

Description

不借用任何字符串库函数实现无冗余地接受两个字符串,然后把它们无冗余的连接起来。

Input

每一行包括两个字符串,长度不超过100。

Output

可能有多组测试数据,对于每组数据,
不借用任何字符串库函数实现无冗余地接受两个字符串,然后把它们无冗余的连接起来。
输出连接后的字符串。

Sample Input Copy

abc def

Sample Output Copy

abcdef