#813. C++-字符串-定义字符串,把不同的字符串串联起来,但是字符串之间要隔一个空格

C++-字符串-定义字符串,把不同的字符串串联起来,但是字符串之间要隔一个空格

Background

Description

先输入n表示n个字符串,定义字符串,把不同的字符串串联起来,但是字符串之间要隔一个空格。 image

Format

Input

Output

Samples

5
blue
yellow
green
orange
black
blue yellow green orange black

Limitation

1s, 1024KiB for each test case.