The results of the Olympiad
Olympiad participants have unique numbers from to . As a result of solving problems at the Olympiad, each participant received a score (an integer from to ). It is known how many points everybody scored.
Print the list of participants in the Olympiad in decreasing order of their accumulated points.
Input
The first line contains the number . Then numbers are given — the number of points for each participant (the first number is the number of points accumulated by participant number , the second is the number of points accumulated by participant number , etc.).
Output
Print numbers — the numbers of participants in decreasing order of their scores (participants who scored the same number of points should be displayed in increasing order of their numbers).