| Time limit 2000/4000/4000/4000 ms. Memory limit 65000/65000/65000/65000 Kb. Question Adapted from Google Code Jam.
 
 
 ReversesreveR  Question: 
Write a program that reads a file until the end.
And it shows the words in reverse order. Input specification  You will have a file with different words 
(alphanumeric or special ASCII characters) in it.
 
Output specification  Starting from the last word, show all words.
 
| Sample Input I 
 
champion the red yellow Galatasaray
 | Sample Output I 
 
Galatasaray yellow red the champion 
 |  Для отправки решений необходимо выполнить вход.
 
 
 |