Skip to content
C

Build a Sentence with +=

Easyjava

Read several words and join them into one sentence using += on a String.

Input: the first line is an integer N; the second line has N words separated by single spaces.

Output: one line — the words joined by single spaces (no leading or trailing space).

Input (stdin)

Output

Run your code to see output here...