Copying text 4
Execution time limit is 1 second
Runtime memory usage limit is 64 megabytes
The program takes a natural number n and a piece of text, such as Hello. Your task is to output this text repeated n times on a single line, with each repetition separated by a space.
Input
The first line contains a natural number n, and the second line contains a text consisting of Latin letters.
Output
The repeated text as specified.
Examples
Input #1
Answer #1
Submissions 4K
Acceptance rate 53%