Copying text 3
Execution time limit is 1 second
Runtime memory usage limit is 64 megabytes
The program takes a single line of text as input, such as True. Your task is to output this text once on the first line, twice on the second line, and three times on the third line. Each repetition on a line should be separated by a space.
Input
A single line of text containing only Latin letters.
Output
The required pattern as described.
Examples
Input #1
Answer #1
Submissions 3K
Acceptance rate 70%