#A4004. 字符串拼接

字符串拼接

Background背景

拼接两个字符串

Input输入

hello

python

Output输出

hello python

Samples样例

hello
python
hello python

Limitation

1s, 1024KiB for each test case.