Copying text 5
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 Welcome. Your task is to print this text n times, with each instance appearing on a new line.
Input
The first line contains a natural number n, and the second line contains text made up of Latin letters.
Output
Print the text n times, each on a separate line.
Examples
Input #1
Answer #1
Submissions 3K
Acceptance rate 70%