n=input()n=int(n)s=input().split()s.sort(reverse=True)for a in s: print(a,"")
5 1 2 3 4 5
5 4 3 2 1
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!