#3540. C++-字符串-+连接字符串(读入字符串使用getline)

C++-字符串-+连接字符串(读入字符串使用getline)

Background

Description

image

Format

Input

Output

Samples

see you
again
str1:see you
str2:again
str1+str2:see youagain
see
you
str1:see
str2:you
str1+str2:seeyou

Limitation

1s, 1024KiB for each test case.