Justified Text

Limits 1s, 512 MB

Given a long string of text, you will have to print it following these rules:

Input

The input contains a long string consisting of lowercase alphabets, spaces (' '). A word in the input string will not be longer than 20 characters.

Output

Print the text following the rules.

Sample

InputOutput
january february march april may june july august september october november december
january
february
march
april
may june
july
august
#bigword
october
november
december