| CodeRams Practice Problem Archive |
|---|
| Закончено |
You're given a list of $$$n$$$ words. You've discovered that when a rival CodeQuest team finds a list of words, they sort it in alphabetical order. To distinguish yourself from your rival CodeQuest team, you decide to sort the list of words in reverse order.
The first line of input contains a single positive integer $$$n$$$: the number of words.
The next $$$n$$$ lines each contain a single word, consisting only of lowercase letters
Output $$$n$$$ lines: the list of words, sorted in reverse alphabetical order.
2 coderams club
coderams club
11 hello world we hope you enjoy the contest today good luck
you world we today the luck hope hello good enjoy contest
| Название |
|---|


