eolymp
bolt
Try our new interface for solving problems
Problems

Remove spaces

Remove spaces

Time limit 1 second
Memory limit 128 MiB

One string is given. Transform all sequential spaces into one.

Input data

One line of characters with length no more than 1000.

Output data

Print the changed string.

Examples

Input example #1
  d   hky k
Output example #1
 d hky k