Output 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 a String. Your task is to display this text as n lines, each prefixed with the marker "-", as demonstrated in the test case.
Input
The first line contains a natural number n, and the second line contains text made up of Latin letters.
Output
The formatted output as specified.
Examples
Input #1
Answer #1
Submissions 3K
Acceptance rate 55%