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

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

Background

Description

image

Format

Input

Output

Samples

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

Limitation

1s, 1024KiB for each test case.