Use stacks to reverse sequences of natural numbers.
Input
Input consists of various sequences of natural numbers ended with -1.
Output
For each input sequence,
your program must print a line with the numbers in reverse order separated by space.
About statements
The official statement of a problem is always the one
in the PDF document. The HTML version of the statement
is also given to help you, but may contain some content
that is not well displayed. In case of doubt, always use the PDF.