Output text 2
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 Word. Your task is to output this text formatted as four list items, each preceded by the marker "-", as demonstrated in the example.
Input
A single line of text containing only Latin letters.
Output
The formatted solution to the problem.
Examples
Input #1
Answer #1
Submissions 3K
Acceptance rate 51%