Copy of the text
Execution time limit is 1 second
Runtime memory usage limit is 64 megabytes
The program takes a line of text as input. Your task is to output an exact duplicate of this input text.
Input
A single line containing only Latin letters, punctuation marks, and spaces.
Output
An exact copy of the input text.
Examples
Input #1
Answer #1
Submissions 6K
Acceptance rate 52%