#5223. 字符串拼接
字符串拼接
Description
读入两个字符串,将他们拼接在一起后输出。
Format
Input
输入两行字符串
Output
输出两行字符串拼接后的结果
Samples
abcd
efg
abcdefg
Limitation
1s, 1024KiB for each test case.
读入两个字符串,将他们拼接在一起后输出。
输入两行字符串
输出两行字符串拼接后的结果
abcd
efg
abcdefg
1s, 1024KiB for each test case.