Sorting
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Sort the array of integers in non-increasing order.
Input
The first line contains the size of the array . The second line contains integers, not exceeding in absolute value.
Output
Print the given numbers in non-increasing order.
Examples
Input #1
Answer #1
Submissions 16K
Acceptance rate 55%