游客 Signup | Login
中文 | En

1378 - 字符串连接

通过次数

0

提交次数

0

Time Limit : 1 秒 Memory Limit : 32 MB

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

Input

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

Output

可能有多组测试数据,对于每组数据,

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

Examples

Input Format

abc def

Output Format

abcdef