11535 - EasySort   

Description

Given an integer array, sort the array by ascending order and print the result .

Input

There are 2 lines:

First line is integer n ( n < 100000 ), which means the size of the input array.

Second line contains n integer seperate by space.

Output

Output the sorted array by ascending order, print a space after each integer .

Sample Input  Download

Sample Output  Download

Tags




Discuss