Remove spaces
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
One string is given. Transform all sequential spaces into one.
Input
One line of characters with length no more than .
Output
Print the changed string.
Examples
Input #1
Answer #1
Submissions 3K
Acceptance rate 38%