11437 - string exam   

Description

Write a program that will reverse the order of words in each sequence of sentences while preserve the order of letters.

Input

The input file will consist of several lines of several words. Words are contiguous stretches of printable characters delimited by a white space.

Output

The output will consist of the same lines and words as the input file. However, the order of words will be reversed.

Sample Input  Download

Sample Output  Download

Partial Judge Code

11437.cpp

Partial Judge Header

11437.h

Tags




Discuss