Text output
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 Integer. Your task is to output this text three times on one line, with each repetition separated by a plus sign "+".
Input
A single line of text containing only Latin letters.
Output
The required output as specified.
Examples
Input #1
Answer #1
Submissions 4K
Acceptance rate 56%