Copying text
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 Realy. Your task is to repeat this text four times on one line, with each repetition separated by a space.
Input
A single line of text containing only Latin letters.
Output
The repeated text as specified.
Examples
Input #1
Answer #1
Submissions 5K
Acceptance rate 61%